aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Legacy autoplay video controller UI.Alex Ning2021-10-139-3/+1053
|
* Customize bottom navigation bar in anonymous mode.Alex Ning2021-10-1220-20/+59
|
* Change flotaing action button options in anonymous mode.Alex Ning2021-10-121-0/+11
|
* Customize main page tabs for anonymous mode.Alex Ning2021-10-112-2/+9
|
* Refresh in WebViewActivity.Alex Ning2021-10-101-2/+8
|
* New option: Link Handler. Removed option: Open Link In App.Alex Ning2021-10-1021-24/+25
|
* New option: Default Playback Speed.Alex Ning2021-10-103-0/+31
|
* Set playback speed in other ViewImgurVideoFragment and ↵Alex Ning2021-10-104-9/+23
| | | | ViewRedditGalleryVideoFragment.
* Loop video option is available for autoplaying videos.Alex Ning2021-10-092-1/+3
|
* New option: loop video.Alex Ning2021-10-092-0/+6
|
* Change playback speed.Alex Ning2021-10-096-0/+177
|
* Smooth scrolling in EditCommentActivity.Alex Ning2021-10-091-12/+17
|
* Filter posts option in toolbar.Alex Ning2021-10-091-0/+6
|
* New option: Main Page Back Button Action. It replaces Confirm to Exit.Alex Ning2021-10-083-5/+22
|
* Give back lazy mode control to PostFragment instead of activities.Alex Ning2021-09-298-61/+27
|
* Edit anonymous multireddit.Alex Ning2021-09-2818-18/+0
|
* Disable refreshing in SubscribedThingListingActivity in anonymous mode.Alex Ning2021-09-273-3/+3
|
* Added strings.xml entry for switchpref.Andrew Rasch2021-09-273-2/+3
|
* Enable folding phone support for card viewAndrew Rasch2021-09-273-3/+50
| | | Updated card view to allow for separate column numbers for folded vs unfolded state. Organized strings.xml.
* Fix ViewVideoActivity crash.Alex Ning2021-09-261-2/+2
|
* Load anonymous multireddit posts.Alex Ning2021-09-261-0/+1
|
* Merge pull request #471 from andmizyk/masterDocile-Alligator2021-09-262-1/+1197
|\ | | | | Added Ukrainian translation
| * Added Ukrainian translationAndrij Mizyk2021-09-242-1/+1197
| |
* | Use FragmentContainerViewTacoTheDank2021-09-259-9/+9
| |
* | Update a bunch of librariesTacoTheDank2021-09-251-3/+0
| |
* | Migrate from JCenter where possibleTacoTheDank2021-09-252-4/+4
| |
* | Merge branch 'master' into go-to-top-of-page-buttonDocile-Alligator2021-09-232-0/+8
|\ \
| * | Added link to wiki in subredditandrewrasch2021-09-222-0/+7
| |/ | | | | | | Subreddit details menu now has a link to its wiki. Subs without a wiki will show the "this subreddit has no wiki" page.
* | Change the go to top iconandrewrasch2021-09-221-0/+13
| | | | | | | | Changed to use a double up arrow icon
* | Added go to top of page option.andrewrasch2021-09-222-0/+3
|/ | | | Added Main + Other Activity bottom bar option to go to the top of a page.
* Remove unused variables.Alex Ning2021-09-061-1/+1
|
* Use withLoadStateFooter to show load state.Alex Ning2021-09-061-0/+45
|
* Start migrating to Paging 3 library.Alex Ning2021-09-051-9/+0
|
* Testing Paging 3 library.Alex Ning2021-09-041-0/+9
|
* New options: App Lock and App Lock Timeout.Alex Ning2021-09-033-0/+75
|
* Update Credits page.Alex Ning2021-09-034-4/+14
|
* Start implementing app lock feature.Alex Ning2021-09-034-9/+81
|
* Sidebar -> About.Alex Ning2021-09-0317-17/+1
|
* Fix showing wrong post feed in the second tab in MainActivity.Alex Ning2021-09-022-12/+12
|
* Null check when fetching v.redd.it in ViewVideoActivity.Alex Ning2021-08-291-0/+1
|
* Merge pull request #331 from curche/time-format-arraysDocile-Alligator2021-08-291-22/+23
|\ | | | | Make time format strings less ambiguous
| * Make time format strings less ambiguouscurche2021-04-281-22/+23
| | | | | | | | | | the previous date format was ambiguous - 2020-01-02 01:00 this commit changes it with a slightly better date - 2020-01-23 23:45
* | Tweak the video autoplay control UI. Set show_timeout to 1s to video ↵Alex Ning2021-08-266-43/+73
| | | | | | | | autoplay control UI.
* | Fix ClassCastException.Alex Ning2021-08-263-5/+5
| |
* | Fix clicking a subreddit in subreddit suggestions goes to the subreddit page ↵Alex Ning2021-08-251-1/+2
| | | | | | | | instead of returning the subreddit name in several activities.
* | Try to fix java.lang.IndexOutOfBoundsException in ↵Alex Ning2021-08-249-3/+14
| | | | | | | | com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild and com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild.
* | Remove animateLayoutChanges in video autoplay views.Alex Ning2021-08-203-6/+3
| |
* | Add animateLayoutChanges to item_post_compact_right_thumbnail.Alex Ning2021-08-201-1/+2
| |
* | Try fixing IllegalArgumentException at ↵Alex Ning2021-08-194-6/+6
| | | | | | | | androidx.viewpager.widget.ViewPager.onInterceptTouchEvent.
* | Catch SecurityException when getting network type.Alex Ning2021-08-191-3/+3
| |