aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Building CustomizePostFilterActivity.Alex Ning2020-12-111-0/+12
|
* Prepare to add post filter.Alex Ning2020-12-113-2/+414
|
* Add an option to delete all read posts.Alex Ning2020-12-092-0/+6
|
* Hide read posts in FilteredThingActivity. Prepare to add support for filters.Alex Ning2020-12-094-1/+64
|
* Add custom theme entries for read posts. Fix crash in ViewUserDetailActivity.Alex Ning2020-12-085-3/+9
|
* Make the Bottom App Bar a standalone layout.Alex Ning2020-12-084-74/+14
|
* Add an bottom app bar and an fab to ViewUserDetailActivity. Hide read posts ↵Alex Ning2020-12-083-74/+90
| | | | in ViewUserDetailActivity.
* Hide read posts in MainActivity (there is an issue in lazy mode).Alex Ning2020-12-085-2/+42
|
* Add an option to disable search history.Alex Ning2020-12-023-2/+11
|
* Update translation.Alex Ning2020-12-019-842/+1629
|
* Changing language is now available.Alex Ning2020-11-305-0/+56
|
* Make color picker dialog scrollable.Alex Ning2020-11-241-139/+145
|
* Change theme back to Theme.MaterialComponents.Alex Ning2020-11-223-4/+1
|
* Use Theme.AppCompat.Alex Ning2020-11-221-1/+1
|
* Update translation info.Alex Ning2020-11-211-0/+12
|
* Add Turkish language. Add translation info.Alex Ning2020-11-201-0/+870
|
* Fix link icon not shown in no preview ImageView.Alex Ning2020-11-181-1/+1
|
* Fix wrong package names.Alex Ning2020-11-185-24/+24
|
* Lowercase package names.Alex Ning2020-11-1868-75/+75
|
* Disable swipe action when there are more than 1 column in PostFragment.Alex Ning2020-11-123-3/+8
|
* Fix bottom app bar in ViewSubredditDetailActivity displaying under nav bar.Alex Ning2020-11-111-0/+1
|
* Add an option to preview markdown in several activitys.Alex Ning2020-11-115-5/+33
|
* Fix comment more button not visible.Alex Ning2020-11-113-1/+10
|
* Selecting swipe actions is available. Fix issues in swipe aciton. Add two ↵Alex Ning2020-11-108-12/+56
| | | | icons for advanced and about in settings.
* Selecting swipe actions is avavilable.Alex Ning2020-11-093-0/+28
|
* Rename NoPreviewLinkBackgroundColor to NoPreviewPostTypeBackgroundColor. ↵Alex Ning2020-11-0711-24/+22
| | | | NoPreviewPostTypeIconTint is available in custom theme.
* New option: Disable Image Preview in Data Saving Mode.Alex Ning2020-11-073-4/+15
|
* Hiding subreddit description is available.Alex Ning2020-11-062-0/+6
|
* Chnage the animation for random subreddit and post. Update Credits info.Alex Ning2020-10-284-1/+8
|
* Update translation contributions.Alex Ning2020-10-284-402/+653
|
* Deleting search history is now available.Alex Ning2020-10-281-1/+12
|
* Hiding subreddits in popular and all is now available.Alex Ning2020-10-281-0/+5
|
* Add an option to filter subreddits in popular and all.Alex Ning2020-10-287-1/+95
|
* Giving awards to comments. Fix some bugs.Alex Ning2020-10-263-14/+53
|
* Fix color of some icons.Alex Ning2020-10-2312-21/+35
|
* Remove legacy layout files.Alex Ning2020-10-234-1315/+0
|
* Rename PostGalleryTypeViewHolder to PostWithPreviewTypeViewHolder.Alex Ning2020-10-231-42/+42
|
* Remove PostTextTypeViewHolder.Alex Ning2020-10-231-0/+13
|
* Combine some ViewHolders in PostRecyclerViewAdapter to prevent lag.Alex Ning2020-10-231-0/+21
|
* Add Miscellaneous settings. Rearange settings. Add an option: Respect ↵Alex Ning2020-10-195-18/+60
| | | | Subreddit Recommended Comment Sort Type.
* Fix layout issue in non-immersive interface. Rename ThemePreviewActivity to ↵Alex Ning2020-10-192-2/+2
| | | | CustomThemePreviewActivity.
* Load low-resolution videos in data saving mode. Selecting video quality for ↵Alex Ning2020-10-183-0/+23
| | | | Reddit videos is now available.
* Fix cannot download gfycat and redgifs videos. Fix fetching gfycat and ↵Alex Ning2020-10-169-21/+0
| | | | redgifs videos failed in PostRecyclerViewAdapter and CommentAndPostRecyclerViewAdapter. Show progress bar when downloading reddit videos.
* Show progress when downloding images and gifs.Alex Ning2020-10-151-4/+1
|
* Add some translations. Fix TabLayout Title in ViewSubredditDetailActivity.Alex Ning2020-10-138-0/+6334
|
* Add go to subreddit, go to user, and random to FAB options.Alex Ning2020-10-041-0/+3
|
* Random post and subreddit is available.Alex Ning2020-10-044-0/+104
|
* Add two options: go to user and go to subreddit in ↵Alex Ning2020-10-049-0/+160
| | | | FABMoreOptionsBottomSheetFragment.
* Show a warning if nsfw is disabled and the subreddit is nsfw.Alex Ning2020-09-301-0/+6
|
* Display search history in SearchActivity. Save suggested sort type and nsfw ↵Alex Ning2020-09-296-33/+89
| | | | info in database for SubredditData. Fix an issue in parsing posts.