aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete webView.getSettings().setDomStorageEnabled(true); in LoginActivity to ...Alex Ning2020-07-191-3/+22
* Fix UI issues in post and comment item. Fix Reddit gallery post cannot be ope...Alex Ning2020-07-1817-150/+159
* Fix parsing Reddit gallery posts error when they contain a gif. Fix progress ...Alex Ning2020-07-171-2/+1
* Add a boolean variable isSendingMessage to avoid sending multiple messages be...Alex Ning2020-07-171-1/+1
* Use BigImageView in ViewRedditGalleryImageOrGifFragment. Fix subtitle not sho...Alex Ning2020-07-162-3/+4
* Fix link domain not showing in PostRecyclerViewAdapter.Alex Ning2020-07-161-2/+1
* Support viewing Reddit Gallery in app. Fix gif not autoplayable in CommentAnd...Alex Ning2020-07-166-2/+755
* Remove font: Bad Script. Add some bold fonts.Alex Ning2020-07-151-4/+64
* Add an option to ignore nav bar in ViewVideoActivity and ViewImgurVideoFragme...Alex Ning2020-07-152-40/+70
* Fix gif too small in ViewImageOrGifActivity. Hide immersive interface entry i...Alex Ning2020-07-151-2/+1
* Use SubsamplingScaleImageView in ViewImgurImageFragment. Probably fix gif too...Alex Ning2020-07-141-4/+2
* Replace Hauler with Slidr to avoid weird behaviour in SubsamplingScaleImageView.Alex Ning2020-07-143-115/+72
* Add double tap to zoom in ViewImageOrGifActivity. Delete MultiRedditListingAc...Alex Ning2020-07-142-85/+2
* Probably fix app crashes when loading large images in CommentAndPostRecyclerV...Alex Ning2020-07-132-370/+41
* Probably fix app crashes when loading large images in PostRecyclerViewAdapter.Alex Ning2020-07-134-371/+40
* Only use SubsamplingScaleImageView to load images in ViewHolders for image in...Alex Ning2020-07-127-58/+378
* Use SubsamplingScaleImageView and BigImageView to display images in ViewImage...Alex Ning2020-07-116-58/+393
* Fix username takes up too much space in comments. Add PostCompactRightLeftThu...Alex Ning2020-07-092-19/+397
* Fix fab does not show in MultiReditListingFragment when first entering Subscr...Alex Ning2020-07-092-9/+9
* Add an option to mute nsfw videos. Show preview before autoplaying videos in ...Alex Ning2020-07-092-8/+8
* View crash reports in Settings -> About -> Crash Reports.Alex Ning2020-07-083-1/+15
* Composing message is now available.Alex Ning2020-07-081-0/+1
* Prepare to add composing private message feature.Alex Ning2020-07-071-0/+98
* Show a preview image before autoplaying video is loaded.Alex Ning2020-07-062-1/+15
* Fixed some default colors.Alex Ning2020-07-061-1/+1
* 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 class...Alex Ning2020-07-031-1/+1
* 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 I...Alex Ning2020-07-011-0/+1
* Replying to messages is now available. Remove CollapsingToolbarLayout in View...Alex Ning2020-07-011-16/+6
* Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite the...Alex Ning2020-07-011-27/+81
* 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 getDefaultSha...Alex Ning2020-06-293-14/+66
* 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 FollowedUsers...Alex Ning2020-06-231-1/+1
* 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
|\
| * 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 SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior2020-06-151-50/+0
* | Maybe fix java.lang.RuntimeException: Canvas: trying to draw too large bitmap...Alex Ning2020-06-152-1/+7
|/