aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable-night (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add two options: go to user and go to subreddit in ↵Alex Ning2020-10-043-0/+42
| | | | FABMoreOptionsBottomSheetFragment.
* Long press the Floating Action Button to see more options.Alex Ning2020-09-276-0/+41
|
* Add an option to require authentication before going to account section in ↵Alex Ning2020-09-161-0/+9
| | | | navigation drawer.
* Viewing comment's full markdown is available.Alex Ning2020-09-141-0/+9
|
* Select download location is now available. Download images and gifs to ↵Alex Ning2020-09-061-0/+9
| | | | locations set by users in ViewImageOrGifActivity is available.
* Fix "See Removed" icon dark on dark mode.Hermes Junior2020-06-181-0/+9
|
* Set image as wallpaper.Alex Ning2020-06-154-0/+36
|
* Move all bottom sheet fragments to package BottomSheetFragment. Add a ↵Alex Ning2020-06-081-0/+9
| | | | UrlMenuBottomSheetFragment for future use.
* Use outline icon for multireddit. Fix black report icon in dark theme. Add a ↵Alex Ning2020-06-052-2/+17
| | | | colon between sort type and sort time in toolbar.
* Finished adding advanced preferences.Alex Ning2020-03-291-0/+9
|
* Implemented share and import themes. Fixed some issues of custom theme.Alex Ning2020-03-271-0/+9
|
* Still implementing custom themes.Alex Ning2020-03-271-0/+0
|
* Still implementing custom themes.Alex Ning2020-03-261-0/+9
|
* Start implementing custom theme settings.Alex Ning2020-03-192-0/+18
|
* Immersive Interface is now available on Android 8.0. Add ↵Alex Ning2020-03-181-0/+0
| | | | ThemePreferenceFragment. Fix theme database.
* Still prepare to support multiple themes.Alex Ning2020-03-011-9/+0
|
* Add a nsfw toggle in the nav drawer.Alex Ning2020-02-203-0/+18
|
* The new nav bar is now fully functional. Fix wrong icon color in dark theme.Alex Ning2020-02-193-0/+27
|
* Creating multireddit without specifying subreddits is available.Alex Ning2020-02-121-0/+9
|
* Minor layout tweaks.Alex Ning2020-02-028-0/+72
|
* Confirm to exit.Alex Ning2020-02-021-0/+9
|
* Reorganize settings. Opening link in app is now available.Alex Ning2020-01-313-0/+18
|
* Copying comments is now available. Some UI tweaks.Alex Ning2020-01-303-0/+27
|
* Sharing and copying post links and media links are available.Alex Ning2020-01-065-0/+45
|
* Mute videos by default is now available.Alex Ning2020-01-051-0/+9
|
* Add an option to hide the bottom app bar. Change the icon color in the ↵Alex Ning2019-12-253-3/+3
| | | | bottom app bar.
* Show a play button on the image if the post is a video or an image.Alex Ning2019-12-191-0/+4
|
* Change icon for subscriptions. Fixed wrong margin in bottom app bar.Alex Ning2019-12-191-1/+1
|
* Change icons for multireddit and subscriptions.Alex Ning2019-12-184-10/+19
|
* Add a BottomAppBar to navigate to subscriptions and multireddits.Alex Ning2019-12-182-0/+18
|
* Blurring spoiler post images is now available. Change spoiler and flair text ↵Alex Ning2019-09-271-0/+9
| | | | background colors. Fixed collapsed comments shown after orientation change.
* Check for theme setting on every activities except ViewImageActivity and ↵Alex Ning2019-08-221-5/+5
| | | | ViewVideoActivity to correctly set the theme. Minor bugs fixed. Minor UI tweaks.
* Fixed getting same notifications for different accounts (for real this ↵Alex Ning2019-08-214-0/+48
time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks.