aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Make caption text copyable with long pressscria10002021-11-271-1/+2
| | | | | | | | Use native way to theme ViewRedditGalleryActivity
* | Fix bottom url menu not being themed accordinglyscria10002021-11-101-2/+0
| | | | | | | | Use linkify for in-gallery caption url
* | Initial support for gallery captionsscria10002021-11-092-35/+132
|/
* Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵Alex Ning2021-11-091-1/+1
| | | | profile description in markdown.
* Minor layout tweaks.Alex Ning2021-11-0424-100/+100
|
* Fix Material Design 3 issue.Alex Ning2021-11-047-25/+29
|
* Minor changes in EditProfileActivity.Alex Ning2021-11-021-6/+13
|
* Merge pull request #507 from ratabb/rbb/edit_profileDocile-Alligator2021-11-021-0/+169
|\ | | | | feat: add Edit Profile
| * feat: add Edit Profileratabb2021-10-301-0/+169
| |
* | Optimize some layouts.Alex Ning2021-11-0112-70/+67
| |
* | Continue migrating to Material Design 3.Alex Ning2021-10-3015-12/+26
| |
* | Start migrating to Material Design 3. Try optimizing image loading in ↵Alex Ning2021-10-305-26/+17
|/ | | | PostRecyclerViewAdapter.
* New options in post filter: Title: contains keywords, Title: contains regex, ↵Alex Ning2021-10-161-2/+62
| | | | Contain domains.
* Add a button to directly select subreddit, user or multireddit in ↵Alex Ning2021-10-161-27/+87
| | | | CustomizeMainPageTabsFragment.
* Fix some issues related to media indicator icon and themeing.Alex Ning2021-10-154-4/+1
|
* Apply custom colors to media indicator.Alex Ning2021-10-152-0/+2
|
* New option: Pinch to Zoom Video.Alex Ning2021-10-141-2/+3
|
* Zoomable ViewVideoActivity.Alex Ning2021-10-141-3/+13
|
* Legacy autoplay video controller UI.Alex Ning2021-10-137-3/+1046
|
* New option: Link Handler. Removed option: Open Link In App.Alex Ning2021-10-101-1/+1
|
* Change playback speed.Alex Ning2021-10-091-0/+151
|
* Smooth scrolling in EditCommentActivity.Alex Ning2021-10-091-12/+17
|
* Fix ViewVideoActivity crash.Alex Ning2021-09-261-2/+2
|
* Use FragmentContainerViewTacoTheDank2021-09-259-9/+9
|
* Migrate from JCenter where possibleTacoTheDank2021-09-252-4/+4
|
* 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
|
* Update Credits page.Alex Ning2021-09-031-2/+4
|
* Start implementing app lock feature.Alex Ning2021-09-032-9/+39
|
* Fix showing wrong post feed in the second tab in MainActivity.Alex Ning2021-09-022-12/+12
|
* Tweak the video autoplay control UI. Set show_timeout to 1s to video ↵Alex Ning2021-08-264-43/+56
| | | | autoplay control UI.
* Fix ClassCastException.Alex Ning2021-08-261-1/+1
|
* 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
|
* Try fixing ViewPager2's IllegalStateException.Alex Ning2021-08-111-0/+1
|
* Use ViewPager2 in InboxActivity.Alex Ning2021-08-111-1/+3
|
* Tweak autoplay control.Alex Ning2021-08-041-22/+29
|
* Use bottom toolbar in ViewImgurVideoFragment is available.Alex Ning2021-08-042-10/+44
|
* Use bottom toolbar in ViewRedditGalleryImageOrGifFragment is available.Alex Ning2021-08-041-3/+60
|
* Use bottom toolbar in ViewImgurImageFragment is available.Alex Ning2021-08-043-40/+98
|
* Use bottom toolbar in ViewImageOrGifActivity is available.Alex Ning2021-08-032-3/+60
|
* Minor UI tweaks.Alex Ning2021-08-032-7/+9
|
* Optimize item_comment.xml.Alex Ning2021-08-031-201/+193
|
* Swipe to refresh in WikiActivity.Alex Ning2021-08-021-5/+12
|