aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_search.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement custom multiple themes (Buggy).Alex Ning2020-03-151-0/+2
|
* Still prepare to add different themes.Alex Ning2020-02-271-2/+2
|
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+3
|
* Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning2019-09-241-31/+22
|
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-2/+4
|
* Enabling or disabling nsfw are now available.Alex Ning2019-08-221-2/+2
|
* Refactored all the other classes to support multi user. Clearing the app ↵Alex Ning2019-08-071-1/+1
| | | | data is required before launching the app.
* Add a search button in ViewSubredditDetailActivity and ↵Alex Ning2019-07-181-47/+64
| | | | ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity.
* Add two features: refresh searching and searching in SearchActivity. Fixed a ↵Alex Ning2019-02-261-5/+33
| | | | bug which is the listener object is null when it is called because the parse failed in ParsePost, ParseSubredditData and ParseUserData.
* Change SearchView style in MainActivity. Solve tab layout covering fragments ↵Alex Ning2019-02-221-0/+1
| | | | in viewpager in SearchActivity.
* Add a search view in MainActivity and add a SearchActivity.Alex Ning2019-02-221-0/+43
f='/infinity-for-reddit.git/commit/app/build.gradle?id=8723c8ebb0738c48f3417dd52a2f59288316ada0&follow=1'>Version 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 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 ViewRed...Docile-Alligator3-22/+41 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi...Docile-Alligator3-16/+14 2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ViewRedditGalleryVi...Docile-Alligator3-22/+30 2023-09-25Version 6.3.0-beta1.Docile-Alligator1-2/+2 2023-09-25Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ImportantInfo...Docile-Alligator3-9/+9 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