aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity...Alex Ning2019-07-181-1/+6
* Viewing rules after pressing rules button in PostXXXActivity is available. Ex...Alex Ning2019-07-181-0/+4
* Sumbitting gif and video posts is now available.Alex Ning2019-07-141-0/+5
* Preparing to submit image posts.Alex Ning2019-07-121-0/+5
* Submitting link posts is available. Fixed force stop when a user has no post ...Alex Ning2019-07-121-0/+5
* Submitting posts to subreddit is available now. Fixed User's posts cannot be ...Alex Ning2019-07-111-2/+4
* Place all the subscribed subreddits and users to SubscribedThingListingActivi...Alex Ning2019-07-101-2/+11
* Minor UI tweaks. Preparing for submitting text posts.Alex Ning2019-07-091-2/+5
* Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning2019-06-131-4/+11
* Pause lazy mode if the user is swiping posts.Alex Ning2019-06-091-2/+2
* Add a search view in MainActivity and add a SearchActivity.Alex Ning2019-02-221-5/+9
* View user details in ViewUserDetailActivity. Follow or unfollow user is not p...Alex Ning2019-01-111-2/+2
* New feature: Subscribe or unsubscribe to a subreddit. Allow clear text traffi...Alex Ning2019-01-071-1/+2
* Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning2018-10-121-0/+1
* Click the subreddit icon or the subreddit name to view the subreddit's detail...Alex Ning2018-09-211-2/+6
* Cancel loading the user's info when there is nobody logging in. Delete a line...Alex Ning2018-08-051-1/+0
* Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning2018-07-301-1/+9
* First commitAlex Ning2018-07-261-0/+44
/span>/+89 2023-10-16Continue adding comment filter.Docile-Alligator2-2/+54 2023-10-16Start adding comment filter.Docile-Alligator5-0/+120 2023-10-15Continue implementing showing post filter usages in ↵Docile-Alligator4-32/+61 PostFilterPreferenceActivity. 2023-10-15Continue implementing showing post filter usages in ↵Docile-Alligator2-1/+33 PostFilterPreferenceActivity. 2023-10-15Continue implementing showing post filter usages in ↵Docile-Alligator6-15/+104 PostFilterPreferenceActivity. 2023-10-15Prepare to show post filter usages in PostFilterPreferenceActivity.Docile-Alligator5-19/+50 2023-10-14Start tweaking PostFilterPreferenceActivity.Docile-Alligator3-22/+42 2023-10-09Version 6.3.2.Docile-Alligator1-2/+2 2023-10-09Update theme preview.Docile-Alligator4-439/+353 2023-10-06Version 6.3.1 (only for Patreon version).Docile-Alligator1-2/+2 2023-10-05Version 6.3.0Docile-Alligator1-2/+2 2023-10-04Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ↵Docile-Alligator5-6/+5 activities. 2023-10-04Load more items in a single call.Docile-Alligator3-31/+33 2023-10-04Initialize LiveData data by using the constructor, not the postValue method.Docile-Alligator9-37/+21 2023-10-04Set filled card view background color in MaterialYouUtils.Docile-Alligator1-0/+3 2023-10-04Sync subscriptions once every 24 hours.Docile-Alligator2-1/+9 2023-10-01Version 6.3.0-beta2.Docile-Alligator1-2/+2 2023-10-01Fix changing playback speed not working in ViewImgurVideoFragment and ↵Docile-Alligator3-22/+41 ViewRedditGalleryVideoFragment when using bottom app bar. 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ↵Docile-Alligator3-16/+14 ViewRedditGalleryVideoFragment and ViewVideoActivity. 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ↵Docile-Alligator3-22/+30 ViewRedditGalleryVideoFragment and ViewVideoActivity. Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1552 2023-09-25Version 6.3.0-beta1.Docile-Alligator1-2/+2 2023-09-25Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ↵Docile-Alligator3-9/+9 ImportantInfoBottomSheetFragment. Disable showing ImportantInfoBottomSheetFragment. 2023-09-23Changed video control UI.Docile-Alligator1-3/+3 2023-09-23Changed video control UI.Docile-Alligator5-48/+69 2023-09-22Start changing video control UI.Docile-Alligator16-108/+193