aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Contact mods.2021-11-122-1/+8
| |
| * UI changes in EditProfileActivity.2021-11-112-31/+33
| |
| * Some UI tweaks.2021-11-108-133/+74
| |
* | Make caption text copyable with long press2021-11-271-1/+2
| | | | | | | | Use native way to theme ViewRedditGalleryActivity
* | Fix bottom url menu not being themed accordingly2021-11-101-2/+0
| | | | | | | | Use linkify for in-gallery caption url
* | Initial support for gallery captions2021-11-092-35/+132
|/
* Fix clicking spoiler invokes OnClickListener on TextView in comments. Render ↵2021-11-091-1/+1
| | | | profile description in markdown.
* Minor layout tweaks.2021-11-0424-100/+100
|
* Fix Material Design 3 issue.2021-11-047-25/+29
|
* Minor changes in EditProfileActivity.2021-11-021-6/+13
|
* Merge pull request #507 from ratabb/rbb/edit_profile2021-11-025-0/+219
|\ | | | | feat: add Edit Profile
| * feat: add Edit Profile2021-10-305-0/+219
| |
* | Optimize some layouts.2021-11-0112-70/+67
| |
* | Continue migrating to Material Design 3.2021-10-3015-12/+26
| |
* | Start migrating to Material Design 3. Try optimizing image loading in ↵2021-10-308-33/+24
|/ | | | PostRecyclerViewAdapter.
* Version 5.1.0-beta1. Update translation. New languages: Czech and Romanian. ↵2021-10-1719-1236/+3851
| | | | Fix anonymous multireddit cannot be loaded in MainActivity. Fix database migration issue. Fix some subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter. Fix anonymous subscribed subreddits cannot be shown in SubscribedSubredditsRecyclerViewAdapter in SubredditSelectionActivity.
* New options in post filter: Title: contains keywords, Title: contains regex, ↵2021-10-163-2/+67
| | | | Contain domains.
* Add a button to directly select subreddit, user or multireddit in ↵2021-10-162-28/+88
| | | | CustomizeMainPageTabsFragment.
* Set EditText cursor color in CustomizePostFilterActivity.2021-10-151-0/+4
|
* Fix some issues related to media indicator icon and themeing.2021-10-158-22/+2
|
* Apply custom colors to media indicator.2021-10-152-0/+2
|
* New theme options: Media Indicator Icon Color and Media Indicator Background ↵2021-10-141-0/+4
| | | | Color.
* New option: Pinch to Zoom Video.2021-10-143-2/+11
|
* Zoomable ViewVideoActivity.2021-10-141-3/+13
|
* Legacy autoplay video controller UI.2021-10-139-3/+1053
|
* Customize bottom navigation bar in anonymous mode.2021-10-1220-20/+59
|
* Change flotaing action button options in anonymous mode.2021-10-121-0/+11
|
* Customize main page tabs for anonymous mode.2021-10-112-2/+9
|
* Refresh in WebViewActivity.2021-10-101-2/+8
|
* New option: Link Handler. Removed option: Open Link In App.2021-10-1021-24/+25
|
* New option: Default Playback Speed.2021-10-103-0/+31
|
* Set playback speed in other ViewImgurVideoFragment and ↵2021-10-104-9/+23
| | | | ViewRedditGalleryVideoFragment.
* Loop video option is available for autoplaying videos.2021-10-092-1/+3
|
* New option: loop video.2021-10-092-0/+6
|
* Change playback speed.2021-10-096-0/+177
|
* Smooth scrolling in EditCommentActivity.2021-10-091-12/+17
|
* Filter posts option in toolbar.2021-10-091-0/+6
|
* New option: Main Page Back Button Action. It replaces Confirm to Exit.2021-10-083-5/+22
|
* Give back lazy mode control to PostFragment instead of activities.2021-09-298-61/+27
|
* Edit anonymous multireddit.2021-09-2818-18/+0
|
* Disable refreshing in SubscribedThingListingActivity in anonymous mode.2021-09-273-3/+3
|
* Added strings.xml entry for switchpref.2021-09-273-2/+3
|
* Enable folding phone support for card view2021-09-273-3/+50
| | | Updated card view to allow for separate column numbers for folded vs unfolded state. Organized strings.xml.
* Fix ViewVideoActivity crash.2021-09-261-2/+2
|
* Load anonymous multireddit posts.2021-09-261-0/+1
|
* Merge pull request #471 from andmizyk/master2021-09-262-1/+1197
|\ | | | | Added Ukrainian translation
| * Added Ukrainian translation2021-09-242-1/+1197
| |
* | Use FragmentContainerView2021-09-259-9/+9
| |
* | Update a bunch of libraries2021-09-251-3/+0
| |
* | Migrate from JCenter where possible2021-09-252-4/+4
| |