Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor bugs fixed. | Docile-Alligator | 2022-09-21 | 1 | -1/+0 |
| | |||||
* | Fix reply markdown (#1098) | Sergei Kozelko | 2022-09-21 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | * Display comment body the same way as post body when replying There are two views that support markdown, one of them was used to display post titles and comments, the other - post bodies. The views are configured differently even though post and comment bodies should be displayed the same way. Now post and comment bodies are displayed by the same view. * Rename extra keys from TEXT to TITLE Now these extra keys are used only by post title, reflect this in the name. * Remove markdown support from post title view * Fix reply styling Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | ||||
* | Allow parallel installation of debug and release versions (#636) | sal0max | 2022-09-21 | 1 | -2/+2 |
| | | | | | | * Allow parallel installation of debug and release versions ...by adding '.debug' suffix to application id * add separate app name resource for debug build | ||||
* | Start utilizing view binding (#1013) | Taco | 2022-09-21 | 3 | -24/+24 |
| | |||||
* | delete "/" in filtering multireddit path | Wladimir Kirianov | 2022-09-18 | 1 | -1/+1 |
| | |||||
* | Update multireddit apply filter text (#712) | user_727 | 2022-09-18 | 1 | -1/+1 |
| | | | | | * Update multireddit apply filter text A "/" is needed at the end of the path in order for the filter to be applied correctly to the multireddit. Also, any characters that are not lowercase will also make it not apply properly. | ||||
* | Fix redgifs download issues. | Docile-Alligator | 2022-09-16 | 1 | -721/+823 |
| | |||||
* | Fix markdown in rules screen (#1050) | Sergei Kozelko | 2022-09-09 | 1 | -6/+4 |
| | | | | | * Display tables in rules screen * Parse spoiler and headings in rules screen | ||||
* | Added a clear search bar text button (#1063) | MChen321 | 2022-09-09 | 2 | -0/+20 |
| | |||||
* | Update ExoPlayer. | Docile-Alligator | 2022-09-08 | 3 | -277/+0 |
| | |||||
* | Fix stupid Redgifs API issue. | Docile-Alligator | 2022-09-04 | 6 | -1/+364 |
| | |||||
* | Show an indicator for the current sort type in SortTypeBottomSheetFragment. | Docile-Alligator | 2022-08-21 | 2 | -0/+10 |
| | |||||
* | Show urls in ShareLinkBottomSheetFragment. | Docile-Alligator | 2022-08-15 | 1 | -0/+29 |
| | |||||
* | Apply custom theme to settings page. | Docile-Alligator | 2022-08-15 | 29 | -75/+40 |
| | |||||
* | Apply custom theme to the header of the navigation drawer. | Docile-Alligator | 2022-08-14 | 2 | -13/+2 |
| | |||||
* | Fix post content is not parsed in other types of posts. | Docile-Alligator | 2022-08-14 | 6 | -0/+60 |
| | |||||
* | Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-Reddit | Docile-Alligator | 2022-08-13 | 1 | -5/+5 |
|\ | |||||
| * | Merge pull request #844 from SenseiSchizo/feature/stringTypoFix | Wladimir Kirianov | 2022-08-12 | 1 | -5/+5 |
| |\ | | | | | | | Fixed typos in strings.xml | ||||
| | * | Fix misinterpretation of strings | Nan | 2022-07-22 | 1 | -8/+8 |
| | | | |||||
| | * | Fixed typos | Nan | 2022-07-22 | 1 | -13/+13 |
| | | | |||||
* | | | Fix caption shown under the navbar in ViewRedditGalleryImageOrGifFragment. | Docile-Alligator | 2022-08-13 | 1 | -3/+4 |
|/ / | |||||
* | | Extra small font size | Docile-Alligator | 2022-08-05 | 3 | -0/+32 |
| | | |||||
* | | Clear user flair. | Docile-Alligator | 2022-08-04 | 1 | -0/+2 |
| | | |||||
* | | Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵ | Docile-Alligator | 2022-07-28 | 8 | -18/+20 |
| | | | | | | | | CustomThemePreviewActivity. | ||||
* | | Remove Block User menu option in ViewUserDetailActivity since Reddit does ↵ | Docile-Alligator | 2022-07-27 | 21 | -86/+0 |
|/ | | | | not allow 3rd-party apps access this API now. | ||||
* | Movable FAB in ViewPostDetailActivity. | Docile-Alligator | 2022-07-18 | 1 | -1/+1 |
| | |||||
* | Show the number of subscribers in SubredditListingRecyclerViewAdapter. | Docile-Alligator | 2022-07-15 | 1 | -16/+34 |
| | |||||
* | Add an option for History in the navigation drawer. | Docile-Alligator | 2022-07-15 | 1 | -0/+1 |
| | |||||
* | Read posts history is available. | Docile-Alligator | 2022-07-13 | 4 | -0/+118 |
| | |||||
* | Navigation rail in ViewMultiRedditDetailActivity. | Docile-Alligator | 2022-06-27 | 2 | -0/+140 |
| | |||||
* | Navigation rail in ViewUserDetailActivity. | Docile-Alligator | 2022-06-27 | 3 | -1/+344 |
| | |||||
* | Navigation rail in ViewSubredditDetailActivity. | Docile-Alligator | 2022-06-27 | 2 | -0/+410 |
| | |||||
* | Use Navigation Rail in MainActivity in landscape mode. | Docile-Alligator | 2022-06-18 | 5 | -0/+175 |
| | |||||
* | Fix and improvements (#741) | Antonin Curtit | 2022-06-17 | 2 | -92/+92 |
| | | | | | * Fixed a whitespace causing errors for 2FA * Fixed typo, improved compliance to FR syntax | ||||
* | Add locale-based separators (#724) | Winston Cooke | 2022-06-17 | 1 | -22/+22 |
| | |||||
* | Rename "external browser" to "external app" to make it more clear (#795) | soredake | 2022-06-15 | 2 | -5/+5 |
| | |||||
* | New option: Settings->Video->Easier to Watch in Full Screen. | Docile-Alligator | 2022-06-11 | 2 | -0/+6 |
| | |||||
* | Add a link handler in SearchActivity. | Docile-Alligator | 2022-06-03 | 1 | -11/+28 |
| | |||||
* | Disable auto correct when creating links. | Docile-Alligator | 2022-06-01 | 1 | -2/+4 |
| | |||||
* | Request incognito keyboard in anonymous mode on Android 8+. | Docile-Alligator | 2022-06-01 | 1 | -0/+2 |
| | |||||
* | Use EditText instead of SimpleSearchView in SearchActivity. | Docile-Alligator | 2022-06-01 | 3 | -35/+19 |
| | |||||
* | Share a link to Infinity so that you can open reddit links in this app. | Docile-Alligator | 2022-05-30 | 1 | -0/+3 |
| | |||||
* | Version 5.2.0-beta2. Update translation. | Docile-Alligator | 2022-05-30 | 19 | -327/+888 |
| | |||||
* | Animate the software keyboard in ViewPrivateMessgesActivity. | Docile-Alligator | 2022-05-17 | 1 | -59/+58 |
| | |||||
* | Tweak UI in private messages. | Docile-Alligator | 2022-05-14 | 4 | -9/+14 |
| | |||||
* | Fix biometric authentication prompt not shown when opening the account ↵ | Docile-Alligator | 2022-05-14 | 2 | -2/+2 |
| | | | | section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment. | ||||
* | Copy priate messages. | Docile-Alligator | 2022-05-13 | 2 | -7/+26 |
| | |||||
* | targetSdkVersion 31. Fix sort type problems in anonymous home page and ↵ | Docile-Alligator | 2022-04-30 | 1 | -0/+1 |
| | | | | multireddits. | ||||
* | Submitting crosspost using other accounts is available. | Docile-Alligator | 2022-04-28 | 1 | -0/+27 |
| | |||||
* | Submitting comment using another comment is available. | Docile-Alligator | 2022-04-28 | 1 | -5/+29 |
| |