aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed linksWladimir Kirianov2022-07-291-1/+1
| |
* | Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵Docile-Alligator2022-07-2812-27/+46
| | | | | | | | CustomThemePreviewActivity.
* | Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-RedditDocile-Alligator2022-07-284-0/+91
|\ \
| * | Update config.ymlWladimir Kirianov2022-07-281-1/+1
| | |
| * | Create config.ymlWladimir Kirianov2022-07-281-0/+11
| | |
| * | Create Bug_Report Issues TemplateWladimir Kirianov2022-07-282-1/+78
| | |
| * | Add Bug Report TemplateWladimir Kirianov2022-07-281-0/+1
| | |
| * | Create CONTRIBUTING.mdWladimir Kirianov2022-07-281-0/+1
| | |
| * | Create CODE_OF_CONDUCT.mdWladimir Kirianov2022-07-281-0/+1
| | |
* | | Update translation contributors.Docile-Alligator2022-07-281-19/+19
|/ /
* / Remove Block User menu option in ViewUserDetailActivity since Reddit does ↵Docile-Alligator2022-07-2724-157/+0
|/ | | | not allow 3rd-party apps access this API now.
* Fix changing post layout not working in HistoryActivity.Docile-Alligator2022-07-193-6/+6
|
* Movable FAB in ViewPostDetailActivity.Docile-Alligator2022-07-182-1/+122
|
* Fix cannot go back from ViewMultiRedditDetailActivity.Docile-Alligator2022-07-171-1/+1
|
* Fix scroll using volume on multireddit (#834)Patrick Demers2022-07-171-0/+8
|
* Show the number of subscribers in SubredditAutocompleteRecyclerViewAdapter.Docile-Alligator2022-07-151-0/+5
|
* Show the number of subscribers in SubredditListingRecyclerViewAdapter.Docile-Alligator2022-07-153-17/+40
|
* Add an option for History in the navigation drawer.Docile-Alligator2022-07-153-13/+23
|
* Update README (#833)Wladimir Kirianov2022-07-151-11/+69
| | | Update Readme
* Read posts history is available.Docile-Alligator2022-07-1319-18/+6109
|
* Minor update to immersive interface.Docile-Alligator2022-06-2822-83/+21
|
* Navigation rail in ViewMultiRedditDetailActivity.Docile-Alligator2022-06-275-129/+238
|
* Navigation rail in ViewUserDetailActivity.Docile-Alligator2022-06-274-71/+445
|
* Navigation rail in ViewSubredditDetailActivity.Docile-Alligator2022-06-274-97/+514
|
* Fix java.lang.StringIndexOutOfBoundsException in ↵Docile-Alligator2022-06-271-0/+5
| | | | LinkResolverActivity.getRedditUriByPath.
* Do not mux video and audio on Android 7 and below.Docile-Alligator2022-06-271-27/+42
|
* Use Navigation Rail in MainActivity in landscape mode.Docile-Alligator2022-06-187-67/+439
|
* Version 5.2.1.Docile-Alligator2022-06-181-2/+2
|
* Fix an issue in Separate Post and Comments in Portrait Mode.Docile-Alligator2022-06-171-1/+2
|
* Fix and improvements (#741)Antonin Curtit2022-06-172-92/+92
| | | | | * Fixed a whitespace causing errors for 2FA * Fixed typo, improved compliance to FR syntax
* Fixed bug that doesnt show user being followed (#707)MChen3212022-06-172-2/+2
| | | | | | | * In anonymous mode, fixed bug in CheckIsFollowingUser.java that does not check if accountName is null or not, which prevents room from retrieving SubscribedUserData to check if the user is followed or not. Also updated Room version to 2.4.2 to be compatible with M1 macbook. * Simplified SubscribedUserData accountName null check code
* 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
|
* Fix app crashes when deleting media from notification.Docile-Alligator2022-06-111-1/+15
|
* Fix Settings->Video->Easier to Watch in Full Screen not working in card ↵Docile-Alligator2022-06-111-2/+1
| | | | layout 2.
* Fix post layout not saved for anonymous multireddits.Docile-Alligator2022-06-111-1/+3
|
* New option: Settings->Video->Easier to Watch in Full Screen.Docile-Alligator2022-06-118-2/+43
|
* Version 5.2.0Docile-Alligator2022-06-031-2/+2
|
* Add a link handler in SearchActivity.Docile-Alligator2022-06-033-13/+44
|
* Disable auto correct when creating links.Docile-Alligator2022-06-011-2/+4
|
* Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator2022-06-018-1/+55
|
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-0111-94/+65
|
* Fix app crashes when applying Material You theme after changing wallpaper. ↵Docile-Alligator2022-06-0113-264/+245
| | | | Tweak the design of the fast scroller.
* Add a notification action to delete the media after downloading.Docile-Alligator2022-05-314-2/+41
|
* Share media file after downloading.Docile-Alligator2022-05-312-22/+42
|
* Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator2022-05-303-3/+33
|
* Version 5.2.0-beta2. Update translation.Docile-Alligator2022-05-3019-327/+888
|
* Version v5.2.0-beta2.Docile-Alligator2022-05-301-2/+2
|
* Fix missing pendingintent mutability flag.Docile-Alligator2022-05-203-12/+14
|
* Animate the software keyboard in ViewPrivateMessgesActivity.Docile-Alligator2022-05-172-63/+113
|