aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-21Minor bugs fixed.Docile-Alligator1-1/+0
2022-09-21Fix reply markdown (#1098)Sergei Kozelko1-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>
2022-09-21Allow parallel installation of debug and release versions (#636)sal0max1-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
2022-09-21Start utilizing view binding (#1013)Taco3-24/+24
2022-09-18delete "/" in filtering multireddit pathWladimir Kirianov1-1/+1
2022-09-18Update multireddit apply filter text (#712)user_7271-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.
2022-09-16Fix redgifs download issues.Docile-Alligator1-721/+823
2022-09-09Fix markdown in rules screen (#1050)Sergei Kozelko1-6/+4
* Display tables in rules screen * Parse spoiler and headings in rules screen
2022-09-09Added a clear search bar text button (#1063)MChen3212-0/+20
2022-09-08Update ExoPlayer.Docile-Alligator3-277/+0
2022-09-04Fix stupid Redgifs API issue.Docile-Alligator6-1/+364
2022-08-21Show an indicator for the current sort type in SortTypeBottomSheetFragment.Docile-Alligator2-0/+10
2022-08-15Show urls in ShareLinkBottomSheetFragment.Docile-Alligator1-0/+29
2022-08-15Apply custom theme to settings page.Docile-Alligator29-75/+40
2022-08-14Apply custom theme to the header of the navigation drawer.Docile-Alligator2-13/+2
2022-08-14Fix post content is not parsed in other types of posts.Docile-Alligator6-0/+60
2022-08-13Fix caption shown under the navbar in ViewRedditGalleryImageOrGifFragment.Docile-Alligator1-3/+4
2022-08-05Extra small font sizeDocile-Alligator3-0/+32
2022-08-04Clear user flair.Docile-Alligator1-0/+2
2022-07-28Minor UI tweaks in ViewSubredditDetailActivity, ViewUserDetailActivity and ↵Docile-Alligator8-18/+20
CustomThemePreviewActivity.
2022-07-27Remove Block User menu option in ViewUserDetailActivity since Reddit does ↵Docile-Alligator21-86/+0
not allow 3rd-party apps access this API now.
2022-07-22Fix misinterpretation of stringsNan1-8/+8
2022-07-22Fixed typosNan1-13/+13
2022-07-18Movable FAB in ViewPostDetailActivity.Docile-Alligator1-1/+1
2022-07-15Show the number of subscribers in SubredditListingRecyclerViewAdapter.Docile-Alligator1-16/+34
2022-07-15Add an option for History in the navigation drawer.Docile-Alligator1-0/+1
2022-07-13Read posts history is available.Docile-Alligator4-0/+118
2022-06-27Navigation rail in ViewMultiRedditDetailActivity.Docile-Alligator2-0/+140
2022-06-27Navigation rail in ViewUserDetailActivity.Docile-Alligator3-1/+344
2022-06-27Navigation rail in ViewSubredditDetailActivity.Docile-Alligator2-0/+410
2022-06-18Use Navigation Rail in MainActivity in landscape mode.Docile-Alligator5-0/+175
2022-06-17Fix and improvements (#741)Antonin Curtit2-92/+92
* Fixed a whitespace causing errors for 2FA * Fixed typo, improved compliance to FR syntax
2022-06-17Add locale-based separators (#724)Winston Cooke1-22/+22
2022-06-15Rename "external browser" to "external app" to make it more clear (#795)soredake2-5/+5
2022-06-11New option: Settings->Video->Easier to Watch in Full Screen.Docile-Alligator2-0/+6
2022-06-03Add a link handler in SearchActivity.Docile-Alligator1-11/+28
2022-06-01Disable auto correct when creating links.Docile-Alligator1-2/+4
2022-06-01Request incognito keyboard in anonymous mode on Android 8+.Docile-Alligator1-0/+2
2022-06-01Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator3-35/+19
2022-05-30Share a link to Infinity so that you can open reddit links in this app.Docile-Alligator1-0/+3
2022-05-30Version 5.2.0-beta2. Update translation.Docile-Alligator19-327/+888
2022-05-17Animate the software keyboard in ViewPrivateMessgesActivity.Docile-Alligator1-59/+58
2022-05-14Tweak UI in private messages.Docile-Alligator4-9/+14
2022-05-14Fix biometric authentication prompt not shown when opening the account ↵Docile-Alligator2-2/+2
section in the navigation drawer. Require biometric authentication in AccountChooserBottomSheetFragment.
2022-05-13Copy priate messages.Docile-Alligator2-7/+26
2022-04-30targetSdkVersion 31. Fix sort type problems in anonymous home page and ↵Docile-Alligator1-0/+1
multireddits.
2022-04-28Submitting crosspost using other accounts is available.Docile-Alligator1-0/+27
2022-04-28Submitting comment using another comment is available.Docile-Alligator1-5/+29
2022-04-25Submitting posts using another account is available in other PostXXXActivity.Docile-Alligator5-0/+135
2022-04-24Submit posts using another account is available in PostTextActivity.Docile-Alligator2-0/+42