aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable-night (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-11Fix comment more button not visible.Alex Ning1-0/+9
2020-11-10Selecting swipe actions is available. Fix issues in swipe aciton. Add two ↵Alex Ning2-0/+21
icons for advanced and about in settings.
2020-10-28Add an option to filter subreddits in popular and all.Alex Ning1-0/+9
2020-10-26Giving awards to comments. Fix some bugs.Alex Ning1-0/+9
2020-10-23Fix color of some icons.Alex Ning1-6/+6
2020-10-19Add Miscellaneous settings. Rearange settings. Add an option: Respect ↵Alex Ning1-0/+12
Subreddit Recommended Comment Sort Type.
2020-10-04Add two options: go to user and go to subreddit in ↵Alex Ning3-0/+42
FABMoreOptionsBottomSheetFragment.
2020-09-27Long press the Floating Action Button to see more options.Alex Ning6-0/+41
2020-09-16Add an option to require authentication before going to account section in ↵Alex Ning1-0/+9
navigation drawer.
2020-09-14Viewing comment's full markdown is available.Alex Ning1-0/+9
2020-09-06Select download location is now available. Download images and gifs to ↵Alex Ning1-0/+9
locations set by users in ViewImageOrGifActivity is available.
2020-06-18Fix "See Removed" icon dark on dark mode.Hermes Junior1-0/+9
2020-06-15Set image as wallpaper.Alex Ning4-0/+36
2020-06-08Move all bottom sheet fragments to package BottomSheetFragment. Add a ↵Alex Ning1-0/+9
UrlMenuBottomSheetFragment for future use.
2020-06-05Use outline icon for multireddit. Fix black report icon in dark theme. Add a ↵Alex Ning2-2/+17
colon between sort type and sort time in toolbar.
2020-03-29Finished adding advanced preferences.Alex Ning1-0/+9
2020-03-27Implemented share and import themes. Fixed some issues of custom theme.Alex Ning1-0/+9
2020-03-27Still implementing custom themes.Alex Ning1-0/+0
2020-03-26Still implementing custom themes.Alex Ning1-0/+9
2020-03-19Start implementing custom theme settings.Alex Ning2-0/+18
2020-03-18Immersive Interface is now available on Android 8.0. Add ↵Alex Ning1-0/+0
ThemePreferenceFragment. Fix theme database.
2020-03-01Still prepare to support multiple themes.Alex Ning1-9/+0
2020-02-20Add a nsfw toggle in the nav drawer.Alex Ning3-0/+18
2020-02-19The new nav bar is now fully functional. Fix wrong icon color in dark theme.Alex Ning3-0/+27
2020-02-12Creating multireddit without specifying subreddits is available.Alex Ning1-0/+9
2020-02-02Minor layout tweaks.Alex Ning8-0/+72
2020-02-02Confirm to exit.Alex Ning1-0/+9
2020-01-31Reorganize settings. Opening link in app is now available.Alex Ning3-0/+18
2020-01-30Copying comments is now available. Some UI tweaks.Alex Ning3-0/+27
2020-01-06Sharing and copying post links and media links are available.Alex Ning5-0/+45
2020-01-05Mute videos by default is now available.Alex Ning1-0/+9
2019-12-25Add an option to hide the bottom app bar. Change the icon color in the ↵Alex Ning3-3/+3
bottom app bar.
2019-12-19Show a play button on the image if the post is a video or an image.Alex Ning1-0/+4
2019-12-19Change icon for subscriptions. Fixed wrong margin in bottom app bar.Alex Ning1-1/+1
2019-12-18Change icons for multireddit and subscriptions.Alex Ning4-10/+19
2019-12-18Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning2-0/+18
2019-09-27Blurring spoiler post images is now available. Change spoiler and flair text ↵Alex Ning1-0/+9
background colors. Fixed collapsed comments shown after orientation change.
2019-08-22Check for theme setting on every activities except ViewImageActivity and ↵Alex Ning1-5/+5
ViewVideoActivity to correctly set the theme. Minor bugs fixed. Minor UI tweaks.
2019-08-21Fixed getting same notifications for different accounts (for real this ↵Alex Ning4-0/+48
time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.