aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show an indicator for the current sort type in SortTypeBottomSheetFragment.Docile-Alligator2022-08-212-0/+10
|
* Show urls in ShareLinkBottomSheetFragment.Docile-Alligator2022-08-151-0/+29
|
* Apply custom theme to settings page.Docile-Alligator2022-08-1529-75/+40
|
* Apply custom theme to the header of the navigation drawer.Docile-Alligator2022-08-142-13/+2
|
* Fix post content is not parsed in other types of posts.Docile-Alligator2022-08-146-0/+60
|
* Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-RedditDocile-Alligator2022-08-131-5/+5
|\
| * Merge pull request #844 from SenseiSchizo/feature/stringTypoFixWladimir Kirianov2022-08-121-5/+5
| |\ | | | | | | Fixed typos in strings.xml
| | * Fix misinterpretation of stringsNan2022-07-221-8/+8
| | |
| | * Fixed typosNan2022-07-221-13/+13
| | |
* | | Fix caption shown under the navbar in ViewRedditGalleryImageOrGifFragment.Docile-Alligator2022-08-131-3/+4
|/ /
* | Extra small font sizeDocile-Alligator2022-08-053-0/+32
| |
* | Clear user flair.Docile-Alligator2022-08-041-0/+2
| |
* | Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵Docile-Alligator2022-07-288-18/+20
| | | | | | | | CustomThemePreviewActivity.
* | Remove Block User menu option in ViewUserDetailActivity since Reddit does ↵Docile-Alligator2022-07-2721-86/+0
|/ | | | not allow 3rd-party apps access this API now.
* Movable FAB in ViewPostDetailActivity.Docile-Alligator2022-07-181-1/+1
|
* Show the number of subscribers in SubredditListingRecyclerViewAdapter.Docile-Alligator2022-07-151-16/+34
|
* Add an option for History in the navigation drawer.Docile-Alligator2022-07-151-0/+1
|
* Read posts history is available.Docile-Alligator2022-07-134-0/+118
|
* Navigation rail in ViewMultiRedditDetailActivity.Docile-Alligator2022-06-272-0/+140
|
* Navigation rail in ViewUserDetailActivity.Docile-Alligator2022-06-273-1/+344
|
* Navigation rail in ViewSubredditDetailActivity.Docile-Alligator2022-06-272-0/+410
|
* Use Navigation Rail in MainActivity in landscape mode.Docile-Alligator2022-06-185-0/+175
|
* Fix and improvements (#741)Antonin Curtit2022-06-172-92/+92
| | | | | * Fixed a whitespace causing errors for 2FA * Fixed typo, improved compliance to FR syntax
* Add locale-based separators (#724)Winston Cooke2022-06-171-22/+22
|
* Rename "external browser" to "external app" to make it more clear (#795)soredake2022-06-152-5/+5
|
* New option: Settings->Video->Easier to Watch in Full Screen.Docile-Alligator2022-06-112-0/+6
|
* Add a link handler in SearchActivity.Docile-Alligator2022-06-031-11/+28
|
* Disable auto correct when creating links.Docile-Alligator2022-06-011-2/+4
|
* Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator2022-06-011-0/+2
|
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-013-35/+19
|
* Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator2022-05-301-0/+3
|
* Version 5.2.0-beta2. Update translation.Docile-Alligator2022-05-3019-327/+888
|
* Animate the software keyboard in ViewPrivateMessgesActivity.Docile-Alligator2022-05-171-59/+58
|
* Tweak UI in private messages.Docile-Alligator2022-05-144-9/+14
|
* Fix biometric authentication prompt not shown when opening the account ↵Docile-Alligator2022-05-142-2/+2
| | | | section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment.
* Copy priate messages.Docile-Alligator2022-05-132-7/+26
|
* targetSdkVersion 31. Fix sort type problems in anonymous home page and ↵Docile-Alligator2022-04-301-0/+1
| | | | multireddits.
* Submitting crosspost using other accounts is available.Docile-Alligator2022-04-281-0/+27
|
* Submitting comment using another comment is available.Docile-Alligator2022-04-281-5/+29
|
* Submitting posts using another account is available in other PostXXXActivity.Docile-Alligator2022-04-255-0/+135
|
* Submit posts using another account is available in PostTextActivity.Docile-Alligator2022-04-242-0/+42
|
* Show post karma, comment karma, awarder karma and awardee karma in ↵Docile-Alligator2022-04-102-1/+111
| | | | ViewUserDetailActivity by clicking the karma info text.
* Bottom app bar is available in ViewMultiRedditDetailActivity.Docile-Alligator2022-04-082-2/+7
|
* Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator2022-04-0222-57/+0
|
* Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator2022-04-022-10/+8
|
* New option: Settings->Data Saving Mode->Reddit Video Default Resolution.Docile-Alligator2022-03-253-0/+29
|
* Add a FloatingActionButton in ViewMultiRedditDetailActivity.Docile-Alligator2022-03-251-0/+7
|
* Load image after the AspectRatioGifImageView's height is determined in ↵Docile-Alligator2022-03-115-9/+4
| | | | PostRecyclerViewAdapter to prevent blurry images.
* New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix ↵Docile-Alligator2022-03-063-24/+46
| | | | low resolution post previews when showing them for the first time. Tweak themed icon.
* Fix preview issue in PostCompactBaseViewHolder in PostRecyclerViewAdapter.Docile-Alligator2022-03-051-1/+1
|