aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/adapters/navigationdrawer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NSFW toggle in the navigation drawer to comply with the stupid Google ...Docile-Alligator2024-10-302-39/+2
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-114-21/+21
* Fix wrong drop down icon shown after closing the navigation drawer.Docile-Alligator2024-08-182-26/+22
* Logging out by long clicking an account. Rename SwitchAccount to AccountManag...Docile-Alligator2024-08-112-2/+9
* Migrate to ViewBinding in some adapters.Docile-Alligator2024-05-078-306/+226
* Migrate to ViewBinding in some activities. Remove TrendingActivity.Docile-Alligator2024-04-291-9/+2
* Remove trending.Docile-Alligator2024-01-121-1/+2
* Code cleanup.Docile-Alligator2024-01-0410-64/+61
* Change accountName's default value to Account.ANONYMOUS_ACCOUNT instead of null.Docile-Alligator2024-01-033-4/+5
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-013-5/+7
* Continue deleting awards related components.Docile-Alligator2023-11-041-7/+3
* Continue implementing showing post filter usages in PostFilterPreferenceActiv...Docile-Alligator2023-10-151-1/+8
* Continue implementing showing post filter usages in PostFilterPreferenceActiv...Docile-Alligator2023-10-151-1/+30
* Continue implementing showing post filter usages in PostFilterPreferenceActiv...Docile-Alligator2023-10-151-0/+65
* Remove RPAN.Docile-Alligator2022-12-031-5/+1
* Fix issues related to hiding account karma in the navigation drawer.Docile-Alligator2022-11-032-5/+17
* Hide Karma (#1168)Patrick Demers2022-10-221-1/+8
* Apply custom theme to the header of the navigation drawer.Docile-Alligator2022-08-142-3/+12
* Add an option for History in the navigation drawer.Docile-Alligator2022-07-151-9/+18
* Fix inbox count not updating after reading a message.Docile-Alligator2022-05-141-1/+5
* Render spoiler in PrivateMessagesDetailRecyclerViewAdapter.Docile-Alligator2022-05-141-8/+0
* Fix biometric authentication prompt not shown when opening the account sectio...Docile-Alligator2022-05-142-12/+15
* Fix navigation drawer issues.Docile-Alligator2022-03-114-10/+9
* Use ConcatAdapter for the navigation drawer.Docile-Alligator2022-02-209-0/+1544