aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into go-to-top-of-page-button2021-09-232-0/+8
|\ \
| * | Added link to wiki in subreddit2021-09-222-0/+7
| |/
* | Change the go to top icon2021-09-221-0/+13
* | Added go to top of page option.2021-09-222-0/+3
|/
* Remove unused variables.2021-09-061-1/+1
* Use withLoadStateFooter to show load state.2021-09-061-0/+45
* Start migrating to Paging 3 library.2021-09-051-9/+0
* Testing Paging 3 library.2021-09-041-0/+9
* New options: App Lock and App Lock Timeout.2021-09-033-0/+75
* Update Credits page.2021-09-034-4/+14
* Start implementing app lock feature.2021-09-034-9/+81
* Sidebar -> About.2021-09-0317-17/+1
* Fix showing wrong post feed in the second tab in MainActivity.2021-09-022-12/+12
* Null check when fetching v.redd.it in ViewVideoActivity.2021-08-291-0/+1
* Merge pull request #331 from curche/time-format-arrays2021-08-291-22/+23
|\
| * Make time format strings less ambiguous2021-04-281-22/+23
* | Tweak the video autoplay control UI. Set show_timeout to 1s to video autoplay...2021-08-266-43/+73
* | Fix ClassCastException.2021-08-263-5/+5
* | Fix clicking a subreddit in subreddit suggestions goes to the subreddit page ...2021-08-251-1/+2
* | Try to fix java.lang.IndexOutOfBoundsException in com.google.android.material...2021-08-249-3/+14
* | Remove animateLayoutChanges in video autoplay views.2021-08-203-6/+3
* | Add animateLayoutChanges to item_post_compact_right_thumbnail.2021-08-201-1/+2
* | Try fixing IllegalArgumentException at androidx.viewpager.widget.ViewPager.on...2021-08-194-6/+6
* | Catch SecurityException when getting network type.2021-08-191-3/+3
* | New languages: Portuguese and Somali. Update translation.2021-08-1818-600/+2449
* | Use discard instead of yes in several dialogs.2021-08-181-0/+1
* | Disable video autoplay when separating post and comments in post detail page ...2021-08-113-5/+9
* | Try fixing ViewPager2's IllegalStateException.2021-08-111-0/+1
* | Use ViewPager2 in InboxActivity.2021-08-111-1/+3
* | Secure mode is available.2021-08-112-0/+8
* | Change MaterialYouService to foreground service.2021-08-041-0/+2
* | Tweak autoplay control.2021-08-041-22/+29
* | Use bottom toolbar in ViewImgurVideoFragment is available.2021-08-042-10/+44
* | Use bottom toolbar in ViewRedditGalleryImageOrGifFragment is available.2021-08-041-3/+60
* | Use bottom toolbar in ViewImgurImageFragment is available.2021-08-043-40/+98
* | Use bottom toolbar in ViewImageOrGifActivity is available.2021-08-035-3/+71
* | Minor UI tweaks.2021-08-032-7/+9
* | Optimize item_comment.xml.2021-08-031-201/+193
* | Swipe to refresh in WikiActivity.2021-08-021-5/+12
* | Show error message in WikiActivity.2021-08-022-0/+30
* | Support viewing subreddit wiki in app.2021-08-023-1/+46
* | New options: separate post and comments in post details page.2021-08-023-3/+51
* | Prepare to implement customization options for post details page.2021-07-304-1/+46
* | Remove duplicate settings in VideoPreferenceFragment.2021-07-281-5/+0
* | Directly submit post in FullMarkdownActivity.2021-07-221-0/+10
* | Add to post filter menu option available in ViewSubredditActivity and ViewUse...2021-07-212-3/+15
* | Fix RecyclerView go to top after changing post type.2021-07-211-0/+1
* | Add an gallery post indicator in PostDetailRecyclerViewAdapter.2021-07-212-7/+21
* | Show an indicator in gallery post in PostRecyclerViewAdapter.2021-07-212-6/+6
* | Tweak the autoplay video control.2021-07-207-105/+107