aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New option: Hide the number of comments.Alex Ning2021-02-245-2/+50
|
* New options: Hide subreddit and user prefix and hide the number of votes.Alex Ning2021-02-247-20/+133
|
* New options: hide post type and hide the number of awards. Tweak settings.Alex Ning2021-02-237-43/+104
|
* Try to fix superscript rendering.Alex Ning2021-02-221-3/+7
|
* Try to fix superscript rendering.Alex Ning2021-02-221-1/+59
|
* Continue adding Card Layout 2.Alex Ning2021-02-221-2/+7
|
* Fix invisible link icon in PostTypeBottomSheetFragment.Alex Ning2021-02-221-1/+1
|
* Continue adding Card Layout 2.Alex Ning2021-02-221-0/+2
|
* Continue adding Card Layout 2.Alex Ning2021-02-221-58/+357
|
* Continue adding Card Layout 2.Alex Ning2021-02-221-37/+145
|
* Start adding Card Layout 2.Alex Ning2021-02-213-12/+257
|
* Long click gallery layout.Alex Ning2021-02-201-135/+70
|
* New option: Click to show media in gallery layout.Alex Ning2021-02-202-4/+56
|
* Add Gallery Layout to default post layout option. 3 columns is available in ↵Alex Ning2021-02-191-14/+29
| | | | PostFragment.
* Add Gallery Layout to default post layout option.Alex Ning2021-02-171-15/+11
|
* Customize the number of columns in Post Feed for every post layout.Alex Ning2021-02-176-77/+150
|
* Continue adding Gallery Layout.Alex Ning2021-02-161-1/+45
|
* Continue adding Gallery Layout.Alex Ning2021-02-162-2/+8
|
* Continue adding Gallery Layout.Alex Ning2021-02-162-2/+20
|
* Continue adding Gallery Layout.Alex Ning2021-02-151-8/+90
|
* Start adding Gallery Layout.Alex Ning2021-02-133-65/+214
|
* Fix getCurrentFragment() in ViewPostDetailActivity's ViewPager2's adapter. ↵Alex Ning2021-02-132-31/+30
| | | | Fix newly-replied comments not shown in ViewPostDetailFragment.
* Fix updating flair in ViewPostDetailFragment.Alex Ning2021-02-134-13/+37
|
* Use EventBus to send post list from PostFragment to ViewPostDetailActivity.Alex Ning2021-02-125-63/+143
|
* Merge new features from 4.2.3 to 4.2.5.Alex Ning2021-02-1215-114/+186
|\
| * Fix NullPointerException in PostFilter.mergePostFilter. Minor bugs fixed in ↵Alex Ning2021-02-052-84/+95
| | | | | | | | CommentsListingFragment.
| * Trim keywords in PostFilter.isPostAllowed.Alex Ning2021-02-041-5/+5
| |
| * Add a FAB in LoginActivity to setDomStorageEnabled.Alex Ning2021-02-031-3/+40
| |
| * Make all gifcay id all lower case.Alex Ning2021-02-031-4/+9
| |
| * Prepare to add quarantined subreddit support.Alex Ning2021-02-027-9/+12
| |
| * Fix downloading videos without sound failed.Alex Ning2021-02-021-8/+8
| |
| * Version 4.2.3. Remove logs.Alex Ning2021-02-011-4/+0
| |
| * Use a dirty method to fix user info and subscribe chip not shown in ↵Alex Ning2021-02-011-1/+2
| | | | | | | | ViewUserDetailActivity. The problem is caused by CommentsListingFragment. So weird.
| * Update accesstoken in current account SharedPreferences after refreshing it.Alex Ning2021-01-313-3/+18
| |
* | Fix always go to the first post in a post list in ViewPostDetailActivity.Alex Ning2021-01-272-9/+22
| |
* | Barebone swiping left or right to go to previous or next post in ↵Alex Ning2021-01-279-1596/+1936
| | | | | | | | ViewPostDetailActivity.
* | Rewrite SubmitPostService to run the service in a background thread.Alex Ning2021-01-262-488/+281
| |
* | Rewrite all the AsyncTasks in the asynctasks package using Executor and Handler.Alex Ning2021-01-2490-1477/+1289
|/
* Version 4.2.2.Alex Ning2021-01-241-2/+0
|
* Fix gfycat and redgifs API.Alex Ning2021-01-242-4/+13
|
* Finally fixed java.lang.RuntimeException: Canvas: trying to draw too large ↵Alex Ning2021-01-2318-265/+200
| | | | bitmap. Rewrite some AsyncTasks using Executor.
* Switch to anonymous mode when updating the app. Save profile image url to ↵Alex Ning2021-01-232-3/+11
| | | | SharedPreferences when logging in an account.
* Prevent a potential parsing error using the gfycat API.Alex Ning2021-01-231-1/+6
|
* Fix a JSON key naming issue.Alex Ning2021-01-222-5/+3
|
* Merge pull request #253 from anonymous-developer-12/masterDocile-Alligator2021-01-222-1/+7
|\ | | | | Fix redgif schema change
| * Fix redgif schema changeanonymous-developer-122021-01-222-1/+7
| |
* | Remove a log.Alex Ning2021-01-221-2/+0
| |
* | Save current account info to SharedPreferences. Remove ↵Alex Ning2021-01-2238-1305/+503
|/ | | | GetCurrentAccountAsyncTask.
* Save current account info to SharedPreferences.Alex Ning2021-01-2135-187/+216
|
* Handle no new refresh token.Alex Ning2021-01-213-5/+16
|