aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add two more comments in theme preview.Alex Ning2020-07-062-3/+268
|
* Fix themeing problems for recently-added features.Alex Ning2020-07-051-5/+8
|
* Add more themeing options for links, private messages, etc. Restructure ↵Alex Ning2020-07-031-1/+1
| | | | class files.
* Fully collapsing comments is now available (barebone).Alex Ning2020-07-032-0/+57
|
* Read all the replies when replying a message. Update the replied message in ↵Alex Ning2020-07-011-0/+1
| | | | InboxFragment.
* Replying to messages is now available. Remove CollapsingToolbarLayout in ↵Alex Ning2020-07-011-16/+6
| | | | ViewPrivateMessagesActivity. Scroll to bottom when entering ViewPrivateMessagesActivity.
* Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite ↵Alex Ning2020-07-011-27/+81
| | | | the code of fetchUserAvatar in ViewPrivateMessagesActivity.
* Implemente a chat UI for private messages.Alex Ning2020-06-303-8/+104
|
* Show all the messages in ViewPrivateMessagesActivity.Alex Ning2020-06-291-2/+1
|
* Add ViewPrivateMessagesActivity. Rename getSharedPreferences to ↵Alex Ning2020-06-293-14/+66
| | | | getDefaultSharedPreferences in BaseActivity.
* Add another tab for PM in ViewMessageActivity.Alex Ning2020-06-271-43/+15
|
* Prepare to support PM.Alex Ning2020-06-231-0/+46
|
* Fix flair cannot be applied when submitting posts. Fix crash in ↵Alex Ning2020-06-231-1/+1
| | | | FollowedUsersRecyclerViewAdapter.
* Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning2020-06-201-3/+4
|
* Add an option: Mute Autoplaying Videos.Alex Ning2020-06-203-5/+5
|
* Add icons to sort bottom sheets.Hermes Junior2020-06-173-152/+204
|
* Add some padding between markdown paragraghs. Delete Caveat font.Alex Ning2020-06-174-16/+5
|
* Merge pull request #120 from OHermesJunior/see-removedDocile-Alligator2020-06-171-1/+20
|\ | | | | Feature: See removed posts and comments
| * Implement option to see removed comment.Hermes Junior2020-06-161-1/+20
| |
* | Fix text color in SetAsWallpaperBottomSheet.Alex Ning2020-06-171-3/+3
| |
* | Add FontPreviewFragment. Add some fonts and delete some.Alex Ning2020-06-171-0/+128
|/
* Resolve conflicts: Some refactors on media activities.Alex Ning2020-06-162-73/+21
|
* Merge pull request #124 from OHermesJunior/remove-sidebarDocile-Alligator2020-06-161-50/+0
|\ | | | | Remove sidebar activity
| * Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior2020-06-151-50/+0
| |
* | Maybe fix java.lang.RuntimeException: Canvas: trying to draw too large ↵Alex Ning2020-06-152-1/+7
|/ | | | bitmap. Fix many bugs.
* Set image as wallpaper.Alex Ning2020-06-151-0/+74
|
* Add a rounded background to thumbnail in compact layout. Fix subreddits and ↵Alex Ning2020-06-141-339/+340
| | | | users not clickable in sidebar.
* Add an option to move thumbnail in compact layout to the left.Alex Ning2020-06-131-0/+1
|
* Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning2020-06-1038-59/+77
| | | | large.
* Prepare to add different font support.Alex Ning2020-06-1098-161/+523
|
* Move all bottom sheet fragments to package BottomSheetFragment. Add a ↵Alex Ning2020-06-085-4/+72
| | | | UrlMenuBottomSheetFragment for future use.
* Add a tab for multireddit list in SubscribedThingActivity. Remove ↵Alex Ning2020-06-082-4/+59
| | | | Multireddit button in bottom navigation bar in ViewSubredditDetailActivity and add a go back to main page button.
* Use outline icon for multireddit. Fix black report icon in dark theme. Add a ↵Alex Ning2020-06-051-1/+1
| | | | colon between sort type and sort time in toolbar.
* Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning2020-06-044-96/+154
| | | | up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg.
* Remove ViewImgurGifFragment.Alex Ning2020-06-041-38/+0
|
* Show a progress bar in ViewVideoActivity if it is a gfycat video and in ↵Alex Ning2020-06-032-0/+25
| | | | ViewImgurMediaActivity.
* Support viewing imgur albums in-app.Alex Ning2020-06-034-0/+110
|
* Video autoplay in ViewPostDetailActivity. Optimize ↵Alex Ning2020-05-0715-559/+1697
| | | | CommentAndPostRecyclerViewAdapter.
* Reporting comments is now available.Alex Ning2020-05-051-0/+18
|
* Reporting posts is now available.Alex Ning2020-05-051-1/+1
|
* Prepare to add report feature.Alex Ning2020-05-033-1/+69
|
* Show cakeday of users and subreddits, user description and post and comment ↵Alex Ning2020-05-032-18/+71
| | | | karma.
* Beautify player control view for video autoplay.Alex Ning2020-05-011-57/+51
|
* Muting and unmuting audio when autoplaying are available.Alex Ning2020-05-011-1/+3
|
* Add an option for video autoplay. Rewrite some viewholders in ↵Alex Ning2020-04-304-51/+56
| | | | PostRecyclerViewAdapter.
* Move onClickListeners to ViewHolders in PostRecyclerViewAdapter. Pause video ↵Alex Ning2020-04-304-3/+6
| | | | after fragment pause.
* Buggy video and Gif autoplay.Alex Ning2020-04-298-1/+1899
|
* Add awards background and text color to custom theme. Show only the number ↵Alex Ning2020-04-182-7/+11
| | | | of awards on Post Compact Layout.
* Show the number of awards in PostRecyclerView instead.Alex Ning2020-04-181-12/+13
|
* Remove unused attributes. Fix loading images using GlideImageGetter after ↵Alex Ning2020-04-1845-206/+27
| | | | the activity is destroyed.