aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Place a close button on the image in PostGalleryActivity.Alex Ning2021-07-161-1/+1
|
* Add column spacing to the RecyclerView in PostGalleryActivity.Alex Ning2021-07-161-1/+3
|
* Center the FloatingActionButton in PostGalleryActivity.Alex Ning2021-07-162-5/+7
|
* Small changes in RedditGallerySubmissionRecyclerViewAdapter's UI.Alex Ning2021-07-162-5/+14
|
* Implement SelectOrCaptureImageBottomSheetFragment.Alex Ning2021-07-162-1/+54
|
* Continue adding support for submitting gallery posts.Alex Ning2021-07-152-1/+22
|
* Implement RedditGallerySubmissionRecyclerViewAdapter.Alex Ning2021-07-152-0/+32
|
* Start adding submitting gallery posts support.Alex Ning2021-07-151-0/+199
|
* Use MaterialButton in SubmitCrosspostActivity.Alex Ning2021-07-141-1/+1
|
* Use MaterialButton in PostXXXActivity.Alex Ning2021-07-144-5/+7
|
* Choose whether receiving post reply notifications or not in ↵Alex Ning2021-07-141-1/+38
| | | | SubmitCrosspostActivity.
* Choose whether receiving post reply notifications or not in PostVideoActivity.Alex Ning2021-07-141-1/+38
|
* Choose whether receiving post reply notifications or not in PostImageActivity.Alex Ning2021-07-141-1/+38
|
* Choose whether receiving post reply notifications or not in PostLinkActivity.Alex Ning2021-07-141-1/+38
|
* Choose whether receiving post reply notifications or not in PostTextActivity.Alex Ning2021-07-141-9/+41
|
* Ignore case when searching comments.Alex Ning2021-07-141-1/+2
|
* Declare LayoutManager for RecyclerView in ViewPostDetailFragment.Alex Ning2021-07-141-1/+2
|
* Improve the experience of searching in comments.Alex Ning2021-07-121-2/+3
|
* Apply custom theme to the search panel in ViewPostDetailActivity.Alex Ning2021-07-122-10/+12
|
* Implement a search panel in ViewPostDetailActivity.Alex Ning2021-07-091-0/+69
|
* Minor UI tweaks in ViewRPANBroadcastFragment.Alex Ning2021-07-081-16/+46
|
* Show subreddit name and icon and username in ViewRPANBroadcastFragment.Alex Ning2021-07-081-0/+48
|
* Share rpan post url and rpan url. Show rpan post title in ↵Alex Ning2021-07-082-1/+12
| | | | ViewRPANBroadcastFragment.
* Cannot use Strapi to send comments, upvote or downvote in RPAN.Alex Ning2021-07-072-2/+2
|
* Disable ExoPlayer's control auto hide.Alex Ning2021-07-071-1/+2
|
* Change the color of author in ViewRPANBroadcastFragment.Alex Ning2021-07-061-1/+1
|
* Show live comments in RPAN broadcasts.Alex Ning2021-07-063-1/+141
|
* Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment.Alex Ning2021-07-062-7/+7
|
* Minor UI tweaks in RPANActivity.Alex Ning2021-07-051-17/+0
|
* Start adding RPAN support.Alex Ning2021-07-052-0/+55
|
* Minor UI tweaks in UploadedImagesBottomSheetFragment.Alex Ning2021-07-041-3/+3
|
* Save image name and image url for uploaded images when uploading images. ↵Alex Ning2021-07-042-0/+81
| | | | Uploading captured images is available.
* Save light, dark and amoled Material You themes to database. Add 'Apply ↵Alex Ning2021-07-021-0/+17
| | | | Material You' option. Test MotionLayout.
* Suggest subreddits in go to subreddit dialog in MainActivity.Alex Ning2021-07-011-17/+30
|
* Suggest subreddits when searching.Alex Ning2021-06-302-10/+1
|
* Start replacing AsyncTask with Executor in ParsePost.Alex Ning2021-06-231-1/+1
|
* Refine ExoPlayer's DefaultTimeBar style.Alex Ning2021-06-232-2/+8
|
* Merge pull request #376 from Tijs-B/masterDocile-Alligator2021-06-221-1/+3
|\ | | | | Add editor done action to dialog_go_to_thing_edit_text
| * Add editor done action to dialog_go_to_thing_edit_textTijs-B2021-06-111-1/+3
| |
* | Implement two pane layout in ViewPostDetailFragment to separate post detail ↵Alex Ning2021-06-221-2/+2
|/ | | | and comments. Fix bugs related to separating CommentAndPostRecyclerViewAdapter.
* Change several colors in Indigo theme.Alex Ning2021-06-112-2/+0
|
* Starting adding showing favorite multireddits and multireddits in main page.Alex Ning2021-06-101-0/+62
|
* Refine the UI of FlairBottomSheetFragment.Alex Ning2021-06-062-6/+15
|
* Remove back button in the toolbar in SearchActivity.Alex Ning2021-05-151-1/+0
|
* Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity.Alex Ning2021-05-051-0/+9
|
* Continuing comment thread is now available. It can now show all the comments ↵Alex Ning2021-04-271-1/+0
| | | | with depth >= 10.
* Change divider hierachy in item_load_more_comments.xml and ↵Alex Ning2021-04-262-64/+70
| | | | item_comment_fully_collapsed.xml.
* Change divider hierachy in item_comment.xmlAlex Ning2021-04-251-6/+6
|
* Fix the FAB shown in subreddit page in SubscribedThingListingActivity.Alex Ning2021-04-211-1/+0
|
* Hide reply and save buttons in comments if the depth is larger than 5. Add ↵Alex Ning2021-04-202-101/+139
| | | | reply and save options in CommentMoreBottomSheetFragment.