aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add credits for national flag icons.Alex Ning2020-09-292-1/+7
|
* Add translation contributors in Settigs->About->Translation.Alex Ning2020-09-281-0/+5
|
* Long press the Floating Action Button to see more options.Alex Ning2020-09-271-0/+5
|
* Data Saving Mode is available.Alex Ning2020-09-272-0/+19
|
* Setting swipe action threshold is available.Alex Ning2020-09-251-0/+8
|
* Add options to customize bottom app bar.Alex Ning2020-09-252-2/+7
|
* Set NSFW, NSFW blurring and spoiler blurring on a per-user basis. Only close ↵Alex Ning2020-09-231-15/+3
| | | | the account section in the navigation drawer after dismissing if the account section is open.
* Hide Security option if no biometric authentication available. Require ↵Alex Ning2020-09-181-0/+1
| | | | biometric authentication when going into security settings.
* Add an option which is long press to hide toolbar in post compact layout. ↵Alex Ning2020-09-162-1/+11
| | | | 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-162-0/+13
| | | | navigation drawer.
* Add an option to disable pull to refresh.Alex Ning2020-09-151-0/+5
|
* Add an option to enable swipe action. Fix text color in ↵Alex Ning2020-09-151-0/+5
| | | | FlairBottomSheetFragment.
* Add an option to disable swiping between tabs in MainActivity.Alex Ning2020-09-151-0/+5
|
* Add an option to disable vibration when swipe action is triggered.Alex Ning2020-09-142-0/+13
|
* Separate folder for each subreddit in download locations is available.Alex Ning2020-09-101-0/+5
|
* Select download location is now available. Download images and gifs to ↵Alex Ning2020-09-062-0/+18
| | | | locations set by users in ViewImageOrGifActivity is available.
* Add options to change the number of columns in PostFragment portrait and ↵Alex Ning2020-08-252-0/+28
| | | | landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30.
* Remove legacy code for CustomizeMainPageTabsFragment.Alex Ning2020-08-202-77/+1
|
* Set different main tabs for different users.Alex Ning2020-08-201-1/+1
|
* Separate sort types for different users. Add an advanced option: Delete All ↵Alex Ning2020-08-181-0/+4
| | | | Legacy Settings. Remove random sort type.
* Version 4.0.3. Only save scrolled position for Best posts in HOME. Set Save ↵Alex Ning2020-08-041-1/+1
| | | | Scrolled Position in HOME to false by default. Apply link color in CommentActivity.
* Only save post feed scrolled position for front page.Alex Ning2020-07-312-5/+5
|
* Add an option to delete all the post feed scrolled positions.Alex Ning2020-07-301-0/+4
|
* Use SharedPreferences to store post feed scrolled position instead of ↵Alex Ning2020-07-301-0/+6
| | | | QNCache. Add an option to save the scrolled position.
* Version 4.0.1. Block users. Show report menu item even in anonymous mode. ↵Alex Ning2020-07-291-5/+0
| | | | Remove Crashy.
* Remove test notification. Rearrange Interface Settings.Alex Ning2020-07-191-3/+3
|
* Delete webView.getSettings().setDomStorageEnabled(true); in LoginActivity to ↵Alex Ning2020-07-191-1/+1
| | | | fix wrong password error. Show an info to guide users how to type in 2FA code.
* Reorganize settings.Alex Ning2020-07-192-20/+29
|
* Add an option to ignore nav bar in ViewVideoActivity and ↵Alex Ning2020-07-151-0/+6
| | | | ViewImgurVideoFragment. Use Hauler to do drag up or down to finish Activity in ViewVideoActivity and ViewImgurMediaActivity.
* Fix gif too small in ViewImageOrGifActivity. Hide immersive interface entry ↵Alex Ning2020-07-152-4/+5
| | | | if the device has Android version lower than 8.0.
* Disable swipe right to go back in some Activities. Rename 'Swipe Right to Go ↵Alex Ning2020-07-141-1/+2
| | | | Back From Comments' to 'Swipe Right to Go Back'.
* Fix username takes up too much space in comments. Add ↵Alex Ning2020-07-091-2/+2
| | | | PostCompactRightLeftThumbnailViewHolder and PostCompactLeftThumbnailViewHolder in order to fix layout issues in ConstraintLayout v2.0.0-beta8. Rename 'Show Thumbnail on the Right in Compact Layout' to 'Show Thumbnail on the Left in Compact Layout'.
* Add updated Crashy.Alex Ning2020-07-091-0/+5
|
* Add an option to mute nsfw videos. Show preview before autoplaying videos in ↵Alex Ning2020-07-091-0/+6
| | | | CommentAndPostRecyclerViewAdapter.
* Setting autoplay videos visible area offset is available. Remove Crashy ↵Alex Ning2020-07-082-5/+14
| | | | because it will crash on some devices, such as Pixel Slate.
* View crash reports in Settings -> About -> Crash Reports.Alex Ning2020-07-081-0/+5
|
* Fully collapsing comments is now available (barebone).Alex Ning2020-07-031-0/+5
|
* Add an option to change time format. Properly show message time in ↵Alex Ning2020-07-022-4/+19
| | | | ViewPrivateMessagesActivity.
* Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning2020-06-202-8/+17
|
* Add an option: Mute Autoplaying Videos.Alex Ning2020-06-201-0/+6
|
* Merge pull request #136 from OHermesJunior/version-aboutDocile-Alligator2020-06-201-1/+6
|\ | | | | Add version info to about section.
| * Add version info to about section.Hermes Junior2020-06-191-1/+6
| |
* | Add icons to sort bottom sheets.Hermes Junior2020-06-171-1/+6
|/
* Add FontPreviewFragment. Add some fonts and delete some.Alex Ning2020-06-171-0/+4
|
* Add an option to move thumbnail in compact layout to the left.Alex Ning2020-06-132-11/+24
|
* Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning2020-06-103-31/+64
| | | | large.
* Add an option to disable autoplaying nsfw videos. Support imgur gifv videos.Alex Ning2020-06-042-6/+20
|
* Customize tabs in main page for logged-in users.Alex Ning2020-05-132-0/+81
|
* Add swap tap and long click option.Hermes Junior2020-05-111-0/+5
|
* Add an option for video autoplay. Rewrite some viewholders in ↵Alex Ning2020-04-301-0/+8
| | | | PostRecyclerViewAdapter.