aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-01Add an EditText and a send button in ViewPrivateMessagesActivity. Rewrite ↵Alex Ning2-27/+82
the code of fetchUserAvatar in ViewPrivateMessagesActivity.
2020-06-30Implemente a chat UI for private messages.Alex Ning5-8/+126
2020-06-29Show all the messages in ViewPrivateMessagesActivity.Alex Ning1-2/+1
2020-06-29Add ViewPrivateMessagesActivity. Rename getSharedPreferences to ↵Alex Ning4-15/+67
getDefaultSharedPreferences in BaseActivity.
2020-06-27Add another tab for PM in ViewMessageActivity.Alex Ning2-43/+17
2020-06-23Prepare to support PM.Alex Ning1-0/+46
2020-06-23Fix flair cannot be applied when submitting posts. Fix crash in ↵Alex Ning1-1/+1
FollowedUsersRecyclerViewAdapter.
2020-06-20Add 2 options for notification interval: 15 minutes and 30 minutes.Alex Ning1-0/+4
2020-06-20Add an option to automatically try loading removed gfycat videos on Redgifs.Alex Ning4-12/+26
2020-06-20Add an option: Mute Autoplaying Videos.Alex Ning5-7/+12
2020-06-19Add version info to about section.Hermes Junior2-1/+9
2020-06-18Fix "See Removed" icon dark on dark mode.Hermes Junior1-0/+9
2020-06-17Add preferences label and divider in nav drawer.Hermes Junior1-0/+1
2020-06-17Add icons to sort bottom sheets.Hermes Junior12-153/+283
2020-06-17Allow sliding back on all activities.Hermes Junior1-1/+9
2020-06-17Add some padding between markdown paragraghs. Delete Caveat font.Alex Ning9-42/+5
2020-06-17Fix text color in SetAsWallpaperBottomSheet.Alex Ning3-3/+5
2020-06-17Add FontPreviewFragment. Add some fonts and delete some.Alex Ning27-81/+175
2020-06-16Implement option to see removed post.Hermes Junior2-2/+11
2020-06-16Implement option to see removed comment.Hermes Junior2-1/+24
2020-06-16Resolve conflicts: Some refactors on media activities.Alex Ning4-96/+28
2020-06-15Fix branch rebase.Hermes Junior1-4/+3
2020-06-15Refactor ViewImage and ViewGif activities. Allow zooming in gifs.Hermes Junior4-92/+25
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior3-67/+1
2020-06-15Remove SidebarActivity, use sidebar page in SubredditDetailActivity.Hermes Junior2-57/+1
2020-06-15Maybe fix java.lang.RuntimeException: Canvas: trying to draw too large ↵Alex Ning2-1/+7
bitmap. Fix many bugs.
2020-06-15Make exit animation follow slide direction on media activities.Hermes Junior2-0/+24
2020-06-15Set image as wallpaper.Alex Ning11-4/+159
2020-06-14Add a rounded background to thumbnail in compact layout. Fix subreddits and ↵Alex Ning2-339/+345
users not clickable in sidebar.
2020-06-13Add an option to move thumbnail in compact layout to the left.Alex Ning4-11/+26
2020-06-12Fix bugs related to favoriting multireddits. Add some fonts.Alex Ning14-0/+77
2020-06-10Add more fonts.Alex Ning21-0/+139
2020-06-10Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning44-94/+167
large.
2020-06-10Prepare to add different font support.Alex Ning110-161/+621
2020-06-09Fail gracefully when there is no webview installed.Hermes Junior1-0/+1
2020-06-08Move all bottom sheet fragments to package BottomSheetFragment. Add a ↵Alex Ning8-4/+92
UrlMenuBottomSheetFragment for future use.
2020-06-08Add a tab for multireddit list in SubscribedThingActivity. Remove ↵Alex Ning4-4/+69
Multireddit button in bottom navigation bar in ViewSubredditDetailActivity and add a go back to main page button.
2020-06-07Add more notifications for downloading Reddit videos. Open the downloaded ↵Alex Ning1-5/+13
Reddit video when clicking the notification after downloading finishes. Put all work in an AsyncTask.
2020-06-06Make downloaded video visible for galleries and simplify the code.Hermes Junior1-0/+1
2020-06-06Show different notifications when downloading Reddit videos.Alex Ning1-1/+4
2020-06-06Downloading Reddit videos with sound is now available. For Android Q and ↵Alex Ning1-2/+2
above, the downloaded videos are stored in Movies/Infinity.
2020-06-05Use outline icon for multireddit. Fix black report icon in dark theme. Add a ↵Alex Ning5-5/+20
colon between sort type and sort time in toolbar.
2020-06-04Add an option to disable autoplaying nsfw videos. Support imgur gifv videos.Alex Ning3-6/+23
2020-06-04Swipe up or down to finish ViewImgurMediaActivity. Using Hauler to do swipe ↵Alex Ning5-99/+160
up or down to finish ViewImageActivity, ViewGIFActivity and ViewVideoActivity. Fixed gifs downloaded as jpg.
2020-06-04Support REdgifs and Gfycat videos in post lists and links.Alex Ning1-0/+1
2020-06-04Remove ViewImgurGifFragment.Alex Ning2-38/+2
2020-06-03Show a progress bar in ViewVideoActivity if it is a gfycat video and in ↵Alex Ning2-0/+25
ViewImgurMediaActivity.
2020-06-03Support viewing imgur albums in-app.Alex Ning10-10/+165
2020-05-28Support viewing gfycat videos in app.Alex Ning2-0/+6
2020-05-14Fix string value for popular.Alex Ning1-1/+1