aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add two options: go to user and go to subreddit in FABMoreOptionsBottomSheetF...Alex Ning2020-10-041-0/+9
* 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 i...Alex Ning2020-09-291-0/+2
* Add credits for national flag icons.Alex Ning2020-09-291-3/+4
* Add translation contributors in Settigs->About->Translation.Alex Ning2020-09-281-0/+3
* Rename Crosspost parent to View crosspost parent to differentiate with Crossp...Alex Ning2020-09-281-1/+1
* Giving award is available. Giving award is not tested because I don't have Re...Alex Ning2020-09-281-1/+9
* Long press the Floating Action Button to see more options.Alex Ning2020-09-271-3/+7
* Data Saving Mode is available.Alex Ning2020-09-271-0/+1
* Setting swipe action threshold is available.Alex Ning2020-09-251-0/+1
* Add options to customize FAB.Alex Ning2020-09-251-0/+1
* Add options to customize bottom app bar.Alex Ning2020-09-251-2/+12
* Add favorite subreddits to the navigation drawer. Add favorite and subscripti...Alex Ning2020-09-241-1/+2
* Support showing favorite subscribed subreddits in the main page.Alex Ning2020-09-241-0/+1
* Support hiding tab titles. Support changing tab count.Alex Ning2020-09-241-0/+2
* Support showing subscribed subreddits in the main page.Alex Ning2020-09-241-0/+2
* Set NSFW, NSFW blurring and spoiler blurring on a per-user basis. Only close ...Alex Ning2020-09-231-0/+1
* Migrate to ViewPager2 in AccountSavedThingActivity.Alex Ning2020-09-231-0/+3
* Hide Security option if no biometric authentication available. Require biomet...Alex Ning2020-09-181-4/+5
* Support link and header in markdown bottom bar.Alex Ning2020-09-181-0/+7
* Select user flair in subreddits.Alex Ning2020-09-171-0/+5
* Remove some unused resources.Alex Ning2020-09-161-43/+0
* Add an option which is long press to hide toolbar in post compact layout. Thi...Alex Ning2020-09-161-1/+3
* Add an option to require authentication before going to account section in na...Alex Ning2020-09-161-2/+18
* Add an option to disable pull to refresh.Alex Ning2020-09-151-0/+1
* Add an option to enable swipe action. Fix text color in FlairBottomSheetFragm...Alex Ning2020-09-151-0/+1
* Add an option to disable swiping between tabs in MainActivity.Alex Ning2020-09-151-0/+1
* Add an option to disable vibration when swipe action is triggered.Alex Ning2020-09-141-0/+4
* Viewing comment's full markdown is available.Alex Ning2020-09-141-14/+2
* Separate folder for each subreddit in download locations is available.Alex Ning2020-09-101-0/+1
* Crossposting is available.Alex Ning2020-09-081-0/+2
* Support different download locations in ViewImgurImageFragment, ViewImgurVide...Alex Ning2020-09-061-6/+4
* Select download location is now available. Download images and gifs to locati...Alex Ning2020-09-061-0/+30
* Fix some typos.Alex Ning2020-08-261-15/+15
* Add options to change the number of columns in PostFragment portrait and land...Alex Ning2020-08-251-0/+3
* Separate sort types for different users. Add an advanced option: Delete All L...Alex Ning2020-08-181-0/+2
* Use a hack to make spoiler text hidden at first. Click the spoiler area to re...Alex Ning2020-08-121-1/+0
* Fix a typo.Alex Ning2020-08-091-1/+1
* Use DownloadVideoService to download videos.Alex Ning2020-08-091-5/+3
* Version 4.0.3. Only save scrolled position for Best posts in HOME. Set Save S...Alex Ning2020-08-041-1/+1
* Enable quick scale in ViewImageOrGifActivity and ViewRedditGalleryImageOrGifF...Alex Ning2020-07-311-1/+1
* Only save post feed scrolled position for front page.Alex Ning2020-07-311-3/+3
* Add an option to delete all the post feed scrolled positions.Alex Ning2020-07-301-0/+2
* Use SharedPreferences to store post feed scrolled position instead of QNCache...Alex Ning2020-07-301-0/+2
* Version 4.0.1. Block users. Show report menu item even in anonymous mode. Rem...Alex Ning2020-07-291-2/+5
* Delete webView.getSettings().setDomStorageEnabled(true); in LoginActivity to ...Alex Ning2020-07-191-2/+2
* Reorganize settings.Alex Ning2020-07-191-0/+3
* Add a boolean variable isSendingMessage to avoid sending multiple messages be...Alex Ning2020-07-171-1/+1
* Support viewing Reddit Gallery in app. Fix gif not autoplayable in CommentAnd...Alex Ning2020-07-161-0/+4
* Fix ANR when uploading large video files. Fix uploading gif as image.Alex Ning2020-07-161-0/+1