aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add OnScrollListener to correct RecyclerView in ViewPostDetailFragment.Alex Ning2021-06-231-4/+4
|
* Add missing return statements.Alex Ning2021-06-221-0/+2
|
* Merge pull request #376 from Tijs-B/masterDocile-Alligator2021-06-225-0/+111
|\ | | | | Add editor done action to dialog_go_to_thing_edit_text
| * Merge branch 'Docile-Alligator:master' into masterTijs-B2021-06-188-4/+205
| |\
| * | Add editor done action to dialog_go_to_thing_edit_textTijs-B2021-06-115-0/+111
| | |
* | | Implement two pane layout in ViewPostDetailFragment to separate post detail ↵Alex Ning2021-06-223-405/+155
| | | | | | | | | | | | and comments. Fix bugs related to separating CommentAndPostRecyclerViewAdapter.
* | | Separate CommentAndPostRecyclerViewAdapter to PostDetailRecyclerViewAdapter ↵Alex Ning2021-06-213-1331/+1829
| |/ |/| | | | | and CommentsRecyclerViewAdapter and combine them using ConcatAdapter.
* | Fix Material You themeing issue.Alex Ning2021-06-172-8/+3
| |
* | Listen to wallpaper change and change theme.Alex Ning2021-06-166-84/+181
| |
* | Material You.Alex Ning2021-06-163-4/+113
|/
* Use PagingDataAdapter instead of deprecated PagedListAdapter.Alex Ning2021-06-111-6/+5
|
* Change several colors in Indigo theme.Alex Ning2021-06-112-75/+75
|
* Remove setting mFetchPostInfoTextView's layout params in PostFragment.Alex Ning2021-06-111-7/+0
|
* Set bottom app bar enabled by default. Change Indigo colors.Alex Ning2021-06-115-69/+69
|
* Added showing favorite multireddits and multireddits in main page.Alex Ning2021-06-101-16/+98
|
* Starting adding showing favorite multireddits and multireddits in main page.Alex Ning2021-06-102-4/+28
|
* Fix background color not applied to Card Layout 2.Alex Ning2021-06-061-7/+59
|
* Refine the UI of FlairBottomSheetFragment.Alex Ning2021-06-061-1/+1
|
* Disable ViewPager2's swiping if swipe between posts is disabled.Alex Ning2021-05-301-2/+5
|
* Update translation info.Alex Ning2021-05-301-12/+13
|
* Try fixing SQLiteConstraintException when inserting anonymous account.Alex Ning2021-05-294-7/+14
|
* Version 4.3.1. Restore changes in ViewVideoActivity to fix a bug that video ↵Alex Ning2021-05-221-9/+5
| | | | continues playing in the background after exiting. Rename Swipe Vertically to Go Back From Media to Swipe Vertically to Go Back From Image and Gif.
* Fix Show Avatar on the Right.Alex Ning2021-05-201-0/+1
|
* Minor bugs fixed.Alex Ning2021-05-201-0/+1
|
* Version 4.3.0. Fix video post parsing (v.redd.it).Alex Ning2021-05-171-9/+25
|
* Minor bugs fixed in CommentAndPostRecyclerViewAdapter.Alex Ning2021-05-161-1/+1
|
* Fix recyclerview not scroll to correct last place after changing orientation.Alex Ning2021-05-151-4/+6
|
* New option: Swipe Vertically to Go Back From Media.Alex Ning2021-05-155-16/+31
|
* Hiding post fliar in PostFragment is now available.Alex Ning2021-05-155-4/+46
|
* Change the style of single comment level indicator.Alex Ning2021-05-141-3/+6
|
* New option: Show Only One Comment Level Indicator.Alex Ning2021-05-103-3/+22
|
* Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.Alex Ning2021-05-054-5/+145
|
* Fix multiple inline gifs parsing error.Alex Ning2021-04-271-2/+3
|
* Support Reddit emote inline gif.Alex Ning2021-04-271-0/+11
|
* Continuing comment thread is now available. It can now show all the comments ↵Alex Ning2021-04-2710-327/+361
| | | | with depth >= 10.
* Disable padding in CommentIndentationView if the comment level is 0.Alex Ning2021-04-251-2/+6
|
* Fix favorite things for logged-in account failed.Alex Ning2021-04-232-0/+2
|
* Fix the FAB shown in subreddit page in SubscribedThingListingActivity.Alex Ning2021-04-212-4/+19
|
* Fix post not updating in PostFragment after voting it in ViewPostDetailFragment.Alex Ning2021-04-204-23/+24
|
* Fix topScoreTextView showing wrong color in CommentViewHolder.Alex Ning2021-04-201-1/+1
|
* Hide reply and save buttons in comments if the depth is larger than 5. Add ↵Alex Ning2021-04-204-20/+144
| | | | reply and save options in CommentMoreBottomSheetFragment.
* Version 4.3.0-beta2. Fix SQL migration issue when updating from version 18 ↵Alex Ning2021-04-111-1/+1
| | | | to 19.
* Version 4.3.0-beta1. Tweak the name of the backup file.Alex Ning2021-04-101-1/+1
|
* Fix only backing up post history shared preferences. Show the password of ↵Alex Ning2021-04-101-21/+23
| | | | the backup zip.
* Hide post selftext if it contains spoiler in post feed.Alex Ning2021-04-101-4/+28
|
* Fix CommentIndentationView losing state.Alex Ning2021-04-103-15/+71
|
* Fix wrong colors in CommentIndentationView.Alex Ning2021-04-102-18/+8
|
* Fix cannot tap to retry in PostFragment. Show correct title in ↵Alex Ning2021-04-101-0/+3
| | | | AdvancedPreferenceFragment.
* Fix unable to check anonymous subscription.Alex Ning2021-04-102-1/+12
|
* Hide Comment Toolbar Hidden by Default option.Alex Ning2021-04-091-1/+2
|