aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add credits for national flag icons.Alex Ning2020-09-293-4/+11
|
* Add translation contributors in Settigs->About->Translation.Alex Ning2020-09-2823-0/+501
|
* Rename Crosspost parent to View crosspost parent to differentiate with ↵Alex Ning2020-09-281-1/+1
| | | | Crosspost in ViewPostDetailActivity.
* Giving award is available. Giving award is not tested because I don't have ↵Alex Ning2020-09-285-4/+122
| | | | Reddit Coins. Currently all the award ids are hardcoded.
* Long press the Floating Action Button to see more options.Alex Ning2020-09-2725-19/+189
|
* Data Saving Mode is available.Alex Ning2020-09-275-0/+41
|
* Animate layout changes in item_post_compact.xml.Alex Ning2020-09-261-1/+2
|
* Setting swipe action threshold is available.Alex Ning2020-09-253-0/+20
|
* Customizing bottom app bar and fab in ViewSubredditDetailActivity is available.Alex Ning2020-09-253-22/+13
|
* Changing option count of the bottom app bar in MainActivity is available.Alex Ning2020-09-251-0/+1
|
* Customizing the bottom app bar in MainActivity is available (Changing option ↵Alex Ning2020-09-253-11/+24
| | | | count is not available right now.
* Add options to customize FAB.Alex Ning2020-09-253-0/+76
|
* Add options to customize bottom app bar.Alex Ning2020-09-256-8/+438
|
* Add favorite subreddits to the navigation drawer. Add favorite and ↵Alex Ning2020-09-242-1/+15
| | | | subscriptions header to the navigation drawer.
* Support showing favorite subscribed subreddits in the main page.Alex Ning2020-09-242-0/+32
|
* Support hiding tab titles. Support changing tab count.Alex Ning2020-09-243-0/+77
|
* Support showing subscribed subreddits in the main page.Alex Ning2020-09-244-13/+63
|
* Set NSFW, NSFW blurring and spoiler blurring on a per-user basis. Only close ↵Alex Ning2020-09-233-15/+117
| | | | the account section in the navigation drawer after dismissing if the account section is open.
* Migrate to ViewPager2 in AccountSavedThingActivity.Alex Ning2020-09-232-1/+4
|
* Migrate to ViewPager2 in SearchResultActivity.Alex Ning2020-09-221-4/+2
|
* Migrate to ViewPager2 in ViewSubredditDetailActivity and ViewUserDetailActivity.Alex Ning2020-09-192-2/+2
|
* Fix minor UI issue in item_user_flair.Alex Ning2020-09-181-2/+2
|
* Hide Security option if no biometric authentication available. Require ↵Alex Ning2020-09-183-23/+35
| | | | biometric authentication when going into security settings.
* Support Markdown bottom bar in EditCommentActivity, EditPostActivity and ↵Alex Ning2020-09-183-181/+219
| | | | PostTextActivity.
* Support link and header in markdown bottom bar.Alex Ning2020-09-183-0/+74
|
* Start implementing markdown toolbar.Alex Ning2020-09-1710-39/+135
|
* Select user flair in subreddits.Alex Ning2020-09-176-10/+77
|
* Remove some unused resources.Alex Ning2020-09-1624-219/+1
|
* Add an option which is long press to hide toolbar in post compact layout. ↵Alex Ning2020-09-163-2/+14
| | | | This option has crappy animation for now. Add another option to hide toolbar in post compact layout by default.
* Add an option to require authentication before going to account section in ↵Alex Ning2020-09-166-12/+49
| | | | navigation drawer.
* Add an option to disable pull to refresh.Alex Ning2020-09-152-0/+6
|
* Add an option to enable swipe action. Fix text color in ↵Alex Ning2020-09-152-0/+6
| | | | FlairBottomSheetFragment.
* Add an option to disable swiping between tabs in MainActivity.Alex Ning2020-09-152-0/+6
|
* Migrate to ViewPager2 in MainActivity. Make POST_LAYOUT_POPULAR_POST and ↵Alex Ning2020-09-151-1/+13
| | | | POST_LAYOUT_ALL_POST legacy settings. Fix post layout cannot be remembered in MainActivity.
* Add an option to disable vibration when swipe action is triggered.Alex Ning2020-09-143-0/+17
|
* Viewing comment's full markdown is available.Alex Ning2020-09-145-14/+81
|
* Gfycat and Redgifs videos autoplay in CommentAndPostRecyclerViewAdapter is ↵Alex Ning2020-09-133-0/+29
| | | | available. Show an error icon when loading gfycats and redgifs videos failed in PostRecyclerViewAdapter and CommentAndPostRecyclerViewAdapter.
* Fix Immersive Interface on Android R. Set targetSdkVersion and ↵Alex Ning2020-09-122-5/+0
| | | | compileSdkVersion to 30.
* Separate folder for each subreddit in download locations is available.Alex Ning2020-09-102-0/+6
|
* Crossposting is available.Alex Ning2020-09-084-0/+209
|
* Support different download locations in ViewImgurImageFragment, ↵Alex Ning2020-09-061-6/+4
| | | | ViewImgurVideoFragment, ViewRedditGalleryImageOrGifFragment and ViewRedditGalleryVideoFragment.
* Select download location is now available. Download images and gifs to ↵Alex Ning2020-09-066-2/+78
| | | | locations set by users in ViewImageOrGifActivity is available.
* Fix FontPreviewFragment cannot be scrolled.Alex Ning2020-09-011-168/+174
|
* Fix some typos.Alex Ning2020-08-261-15/+15
|
* Add options to change the number of columns in PostFragment portrait and ↵Alex Ning2020-08-255-0/+54
| | | | landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30.
* Directly open url without checking available packages in openInBrowser in ↵Alex Ning2020-08-2415-34/+9
| | | | LinkResolverActivity. Replace android:tint with app:tint.
* Remove legacy code for CustomizeMainPageTabsFragment.Alex Ning2020-08-203-78/+2
|
* Set different main tabs for different users.Alex Ning2020-08-205-1/+386
|
* Remove code related to post sorty type Random.Alex Ning2020-08-181-19/+0
|