aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an option in settings: Collapse Reddit Section.Alex Ning2021-07-182-0/+6
|
* Add Reddit section in the navigation drawer.Alex Ning2021-07-175-0/+39
|
* Continue adding support for submitting gallery posts.Alex Ning2021-07-161-0/+1
|
* Place a close button on the image in PostGalleryActivity.Alex Ning2021-07-162-1/+10
|
* 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
|
* Implement image uploading in PostGalleryActivity.Alex Ning2021-07-161-0/+2
|
* Small changes in RedditGallerySubmissionRecyclerViewAdapter's UI.Alex Ning2021-07-162-5/+14
|
* Implement SelectOrCaptureImageBottomSheetFragment.Alex Ning2021-07-167-2/+91
|
* Continue adding support for submitting gallery posts.Alex Ning2021-07-157-3/+36
|
* Implement RedditGallerySubmissionRecyclerViewAdapter.Alex Ning2021-07-152-0/+32
|
* Continue adding submitting gallery posts support.Alex Ning2021-07-151-0/+10
|
* 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-142-2/+39
|
* Choose whether receiving post reply notifications or not in PostTextActivity.Alex Ning2021-07-142-9/+42
|
* Ignore case when searching comments.Alex Ning2021-07-141-1/+2
|
* Declare LayoutManager for RecyclerView in ViewPostDetailFragment.Alex Ning2021-07-143-5/+12
|
* 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-123-10/+14
|
* Implement a search panel in ViewPostDetailActivity.Alex Ning2021-07-091-0/+69
|
* Start adding support for searching in posts.Alex Ning2021-07-081-16/+23
|
* Support viewing single RPAN broadcast in-app.Alex Ning2021-07-081-0/+1
|
* 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-084-1/+29
| | | | 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-052-17/+4
|
* Start adding RPAN support.Alex Ning2021-07-053-0/+59
|
* Minor UI tweaks in UploadedImagesBottomSheetFragment.Alex Ning2021-07-041-3/+3
|
* Remove file extension from uploaded image's file name after uploading an ↵Alex Ning2021-07-041-0/+2
| | | | image. Send Toast and Snackbar messages when uploading an image.
* Save image name and image url for uploaded images when uploading images. ↵Alex Ning2021-07-043-0/+84
| | | | Uploading captured images is available.
* Uploading images when submitting comments is available.Alex Ning2021-07-041-0/+3
|
* Save light, dark and amoled Material You themes to database. Add 'Apply ↵Alex Ning2021-07-025-3/+105
| | | | 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-3018-27/+1
|
* Start replacing AsyncTask with Executor in ParsePost.Alex Ning2021-06-231-1/+1
|
* Refine ExoPlayer's DefaultTimeBar style.Alex Ning2021-06-234-8/+10
|
* Merge pull request #376 from Tijs-B/masterDocile-Alligator2021-06-221-1/+3
|\ | | | | Add editor done action to dialog_go_to_thing_edit_text
| * Merge branch 'Docile-Alligator:master' into masterTijs-B2021-06-182-0/+12
| |\
| * | 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-223-2/+132
| |/ |/| | | | | and comments. Fix bugs related to separating CommentAndPostRecyclerViewAdapter.