Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update Credits page. | Alex Ning | 2021-09-03 | 4 | -4/+14 | |
| | ||||||
* | Start implementing app lock feature. | Alex Ning | 2021-09-03 | 4 | -9/+81 | |
| | ||||||
* | Sidebar -> About. | Alex Ning | 2021-09-03 | 17 | -17/+1 | |
| | ||||||
* | Fix showing wrong post feed in the second tab in MainActivity. | Alex Ning | 2021-09-02 | 2 | -12/+12 | |
| | ||||||
* | Null check when fetching v.redd.it in ViewVideoActivity. | Alex Ning | 2021-08-29 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #331 from curche/time-format-arrays | Docile-Alligator | 2021-08-29 | 1 | -22/+23 | |
|\ | | | | | Make time format strings less ambiguous | |||||
| * | Make time format strings less ambiguous | curche | 2021-04-28 | 1 | -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 Ning | 2021-08-26 | 6 | -43/+73 | |
| | | | | | | | | autoplay control UI. | |||||
* | | Fix ClassCastException. | Alex Ning | 2021-08-26 | 3 | -5/+5 | |
| | | ||||||
* | | Fix clicking a subreddit in subreddit suggestions goes to the subreddit page ↵ | Alex Ning | 2021-08-25 | 1 | -1/+2 | |
| | | | | | | | | instead of returning the subreddit name in several activities. | |||||
* | | Try to fix java.lang.IndexOutOfBoundsException in ↵ | Alex Ning | 2021-08-24 | 9 | -3/+14 | |
| | | | | | | | | com.google.android.material.appbar.HeaderScrollingViewBehavior.layoutChild and com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild. | |||||
* | | Remove animateLayoutChanges in video autoplay views. | Alex Ning | 2021-08-20 | 3 | -6/+3 | |
| | | ||||||
* | | Add animateLayoutChanges to item_post_compact_right_thumbnail. | Alex Ning | 2021-08-20 | 1 | -1/+2 | |
| | | ||||||
* | | Try fixing IllegalArgumentException at ↵ | Alex Ning | 2021-08-19 | 4 | -6/+6 | |
| | | | | | | | | androidx.viewpager.widget.ViewPager.onInterceptTouchEvent. | |||||
* | | Catch SecurityException when getting network type. | Alex Ning | 2021-08-19 | 1 | -3/+3 | |
| | | ||||||
* | | New languages: Portuguese and Somali. Update translation. | Alex Ning | 2021-08-18 | 18 | -600/+2449 | |
| | | ||||||
* | | Use discard instead of yes in several dialogs. | Alex Ning | 2021-08-18 | 1 | -0/+1 | |
| | | ||||||
* | | Disable video autoplay when separating post and comments in post detail page ↵ | Alex Ning | 2021-08-11 | 3 | -5/+9 | |
| | | | | | | | | is enabled. | |||||
* | | Try fixing ViewPager2's IllegalStateException. | Alex Ning | 2021-08-11 | 1 | -0/+1 | |
| | | ||||||
* | | Use ViewPager2 in InboxActivity. | Alex Ning | 2021-08-11 | 1 | -1/+3 | |
| | | ||||||
* | | Secure mode is available. | Alex Ning | 2021-08-11 | 2 | -0/+8 | |
| | | ||||||
* | | Change MaterialYouService to foreground service. | Alex Ning | 2021-08-04 | 1 | -0/+2 | |
| | | ||||||
* | | Tweak autoplay control. | Alex Ning | 2021-08-04 | 1 | -22/+29 | |
| | | ||||||
* | | Use bottom toolbar in ViewImgurVideoFragment is available. | Alex Ning | 2021-08-04 | 2 | -10/+44 | |
| | | ||||||
* | | Use bottom toolbar in ViewRedditGalleryImageOrGifFragment is available. | Alex Ning | 2021-08-04 | 1 | -3/+60 | |
| | | ||||||
* | | Use bottom toolbar in ViewImgurImageFragment is available. | Alex Ning | 2021-08-04 | 3 | -40/+98 | |
| | | ||||||
* | | Use bottom toolbar in ViewImageOrGifActivity is available. | Alex Ning | 2021-08-03 | 5 | -3/+71 | |
| | | ||||||
* | | Minor UI tweaks. | Alex Ning | 2021-08-03 | 2 | -7/+9 | |
| | | ||||||
* | | Optimize item_comment.xml. | Alex Ning | 2021-08-03 | 1 | -201/+193 | |
| | | ||||||
* | | Swipe to refresh in WikiActivity. | Alex Ning | 2021-08-02 | 1 | -5/+12 | |
| | | ||||||
* | | Show error message in WikiActivity. | Alex Ning | 2021-08-02 | 2 | -0/+30 | |
| | | ||||||
* | | Support viewing subreddit wiki in app. | Alex Ning | 2021-08-02 | 3 | -1/+46 | |
| | | ||||||
* | | New options: separate post and comments in post details page. | Alex Ning | 2021-08-02 | 3 | -3/+51 | |
| | | ||||||
* | | Prepare to implement customization options for post details page. | Alex Ning | 2021-07-30 | 4 | -1/+46 | |
| | | ||||||
* | | Remove duplicate settings in VideoPreferenceFragment. | Alex Ning | 2021-07-28 | 1 | -5/+0 | |
| | | ||||||
* | | Directly submit post in FullMarkdownActivity. | Alex Ning | 2021-07-22 | 1 | -0/+10 | |
| | | ||||||
* | | Add to post filter menu option available in ViewSubredditActivity and ↵ | Alex Ning | 2021-07-21 | 2 | -3/+15 | |
| | | | | | | | | ViewUserActivity. | |||||
* | | Fix RecyclerView go to top after changing post type. | Alex Ning | 2021-07-21 | 1 | -0/+1 | |
| | | ||||||
* | | Add an gallery post indicator in PostDetailRecyclerViewAdapter. | Alex Ning | 2021-07-21 | 2 | -7/+21 | |
| | | ||||||
* | | Show an indicator in gallery post in PostRecyclerViewAdapter. | Alex Ning | 2021-07-21 | 2 | -6/+6 | |
| | | ||||||
* | | Tweak the autoplay video control. | Alex Ning | 2021-07-20 | 7 | -105/+107 | |
| | | ||||||
* | | New option: Default Link Post Layout. | Alex Ning | 2021-07-20 | 3 | -0/+26 | |
| | | ||||||
* | | New option: Remeber Muting Option in Post Feed. | Alex Ning | 2021-07-20 | 2 | -0/+11 | |
| | | ||||||
* | | New option: Switch to landscape orientation in video player automatically. | Alex Ning | 2021-07-19 | 3 | -17/+6 | |
| | | ||||||
* | | Add a refresh menu item in TrendingActivity. | Alex Ning | 2021-07-18 | 1 | -0/+10 | |
| | | ||||||
* | | Show error view in TrendingActivity. | Alex Ning | 2021-07-18 | 2 | -0/+30 | |
| | | ||||||
* | | Refreshing trending searches is now available. | Alex Ning | 2021-07-18 | 1 | -3/+10 | |
| | | ||||||
* | | Show title on trending searches. | Alex Ning | 2021-07-18 | 2 | -2/+14 | |
| | | ||||||
* | | Minor UI tweaks in TrendingActivity. | Alex Ning | 2021-07-18 | 1 | -1/+6 | |
| | | ||||||
* | | Show trending searches in TrendingActivity. | Alex Ning | 2021-07-18 | 3 | -0/+109 | |
| | |