aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-24New option: Hide the number of comments.Alex Ning5-2/+50
2021-02-24New options: Hide subreddit and user prefix and hide the number of votes.Alex Ning7-20/+133
2021-02-23New options: hide post type and hide the number of awards. Tweak settings.Alex Ning7-43/+104
2021-02-22Try to fix superscript rendering.Alex Ning1-3/+7
2021-02-22Try to fix superscript rendering.Alex Ning1-1/+59
2021-02-22Continue adding Card Layout 2.Alex Ning1-2/+7
2021-02-22Fix invisible link icon in PostTypeBottomSheetFragment.Alex Ning1-1/+1
2021-02-22Continue adding Card Layout 2.Alex Ning1-0/+2
2021-02-22Continue adding Card Layout 2.Alex Ning1-58/+357
2021-02-22Continue adding Card Layout 2.Alex Ning1-37/+145
2021-02-21Start adding Card Layout 2.Alex Ning3-12/+257
2021-02-20Long click gallery layout.Alex Ning1-135/+70
2021-02-20New option: Click to show media in gallery layout.Alex Ning2-4/+56
2021-02-19Add Gallery Layout to default post layout option. 3 columns is available in P...Alex Ning1-14/+29
2021-02-17Add Gallery Layout to default post layout option.Alex Ning1-15/+11
2021-02-17Customize the number of columns in Post Feed for every post layout.Alex Ning6-77/+150
2021-02-16Continue adding Gallery Layout.Alex Ning1-1/+45
2021-02-16Continue adding Gallery Layout.Alex Ning2-2/+8
2021-02-16Continue adding Gallery Layout.Alex Ning2-2/+20
2021-02-15Continue adding Gallery Layout.Alex Ning1-8/+90
2021-02-13Start adding Gallery Layout.Alex Ning3-65/+214
2021-02-13Fix getCurrentFragment() in ViewPostDetailActivity's ViewPager2's adapter. Fi...Alex Ning2-31/+30
2021-02-13Fix updating flair in ViewPostDetailFragment.Alex Ning4-13/+37
2021-02-12Use EventBus to send post list from PostFragment to ViewPostDetailActivity.Alex Ning5-63/+143
2021-02-05Fix NullPointerException in PostFilter.mergePostFilter. Minor bugs fixed in C...Alex Ning2-84/+95
2021-02-04Trim keywords in PostFilter.isPostAllowed.Alex Ning1-5/+5
2021-02-03Add a FAB in LoginActivity to setDomStorageEnabled.Alex Ning1-3/+40
2021-02-03Make all gifcay id all lower case.Alex Ning1-4/+9
2021-02-02Prepare to add quarantined subreddit support.Alex Ning7-9/+12
2021-02-02Fix downloading videos without sound failed.Alex Ning1-8/+8
2021-02-01Version 4.2.3. Remove logs.Alex Ning1-4/+0
2021-02-01Use a dirty method to fix user info and subscribe chip not shown in ViewUserD...Alex Ning1-1/+2
2021-01-31Update accesstoken in current account SharedPreferences after refreshing it.Alex Ning3-3/+18
2021-01-27Fix always go to the first post in a post list in ViewPostDetailActivity.Alex Ning2-9/+22
2021-01-27Barebone swiping left or right to go to previous or next post in ViewPostDeta...Alex Ning9-1596/+1936
2021-01-26Rewrite SubmitPostService to run the service in a background thread.Alex Ning2-488/+281
2021-01-25Fix issue with gfycat/redgifs occasionally 404ing due to non-lowercase idZeb Piasecki1-4/+9
2021-01-24Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning90-1477/+1289
2021-01-24Version 4.2.2.Alex Ning1-2/+0
2021-01-24Fix gfycat and redgifs API.Alex Ning2-4/+13
2021-01-23Finally fixed java.lang.RuntimeException: Canvas: trying to draw too large bi...Alex Ning18-265/+200
2021-01-23Switch to anonymous mode when updating the app. Save profile image url to Sha...Alex Ning2-3/+11
2021-01-23Prevent a potential parsing error using the gfycat API.Alex Ning1-1/+6
2021-01-22Fix a JSON key naming issue.Alex Ning2-5/+3
2021-01-22Remove a log.Alex Ning1-2/+0
2021-01-22Save current account info to SharedPreferences. Remove GetCurrentAccountAsync...Alex Ning38-1305/+503
2021-01-22Fix redgif schema changeanonymous-developer-122-1/+7
2021-01-21Save current account info to SharedPreferences.Alex Ning35-187/+216
2021-01-21Handle no new refresh token.Alex Ning3-5/+16
2021-01-20Make OAuth2 API change: https://www.reddit.com/r/redditdev/comments/kvzaot/oa...Alex Ning3-7/+9