aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_search_result.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an FloatingActionButton in SearchResultActivity.Alex Ning2020-12-241-0/+7
* Migrate to ViewPager2 in SearchResultActivity.Alex Ning2020-09-221-4/+2
* Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning2020-06-101-1/+2
* Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning2020-04-181-7/+1
* Implemented share and import themes. Fixed some issues of custom theme.Alex Ning2020-03-271-5/+14
* Fix some bugs related to custom themes.Alex Ning2020-03-271-13/+5
* Implement custom multiple themes (Buggy).Alex Ning2020-03-151-8/+1
* Still prepare to support multiple themes.Alex Ning2020-03-011-3/+3
* AMOLED dark theme is now available.Alex Ning2019-10-031-2/+4
* Fixed UI issues in dark theme.Alex Ning2019-09-261-24/+4
* Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning2019-09-241-2/+1
* Check for theme setting on every activities except ViewImageActivity and View...Alex Ning2019-08-221-1/+1
* Make navigation bar and status bar transparent to display posts, comments, su...Alex Ning2019-08-101-21/+31
* Refactored all the other classes to support multi user. Clearing the app data...Alex Ning2019-08-071-1/+1
* Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity...Alex Ning2019-07-181-0/+72
/app/src/main/res/values/strings.xml?id=707316c7ad674aab128b711b6ca94b68cf129a60&follow=1'>Replying to messages is now available. Remove CollapsingToolbarLayout in View...Alex Ning10-130/+326 2020-07-01Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite the...Alex Ning5-61/+124 2020-06-30Implemente a chat UI for private messages.Alex Ning7-67/+308 2020-06-29Show all the messages in ViewPrivateMessagesActivity.Alex Ning7-15/+211 2020-06-29Add ViewPrivateMessagesActivity. Rename getSharedPreferences to getDefaultSha...Alex Ning44-102/+394 2020-06-29Test WorkManager. Still implementing PM.Alex Ning4-17/+66 2020-06-27Add another tab for PM in ViewMessageActivity.Alex Ning7-158/+190 2020-06-23Hide actionbar on imgur images too.Hermes Junior2-3/+20 2020-06-23For F-Droid release.Alex Ning1-5/+5 2020-06-23Prepare to support PM.Alex Ning5-10/+203 2020-06-23Fix flair cannot be applied when submitting posts. Fix crash in FollowedUsers...Alex Ning7-12/+16 2020-06-22Remove unnecessary maven repositories.Hermes Junior1-3/+0 2020-06-21Add Fastlane file structure for app metadata.Hermes Junior12-0/+37 2020-06-21Improve removed thing not found detection.Hermes Junior2-25/+33 2020-06-20Probably fix blurred images this time.Hermes Junior2-12/+12 2020-06-20Try another possible solution for blurry image problem.Alex Ning2-15/+16 2020-06-20Add 2 options for notification interval: 15 minutes and 30 minutes.Alex Ning2-8/+13 2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning8-55/+85 2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning12-15/+60 2020-06-19Add version info to about section.Hermes Junior4-1/+30