Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Java 11 | TacoTheDank | 2021-09-25 | 1 | -2/+2 |
| | |||||
* | Update AndroidX Appcompat and Lifecycle | TacoTheDank | 2021-09-25 | 1 | -4/+8 |
| | |||||
* | Update a bunch of libraries | TacoTheDank | 2021-09-25 | 1 | -17/+17 |
| | |||||
* | Migrate from JCenter where possible | TacoTheDank | 2021-09-25 | 1 | -2/+2 |
| | |||||
* | Update AGP, reorganize libraries | TacoTheDank | 2021-09-25 | 1 | -24/+18 |
| | |||||
* | Fix a bug which causes the ViewModel not retain its state after orientation ↵ | Alex Ning | 2021-09-05 | 1 | -0/+2 |
| | | | | change. | ||||
* | Testing Paging 3 library. | Alex Ning | 2021-09-04 | 1 | -1/+4 |
| | |||||
* | Start implementing app lock feature. | Alex Ning | 2021-09-03 | 1 | -2/+2 |
| | |||||
* | Version 5.0.4. | Alex Ning | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | Version 5.0.3. | Alex Ning | 2021-08-25 | 1 | -2/+2 |
| | |||||
* | Version v5.0.2. | Alex Ning | 2021-08-20 | 1 | -2/+2 |
| | |||||
* | Version 5.0.1. | Alex Ning | 2021-08-19 | 1 | -2/+2 |
| | |||||
* | Version 5.0.0. | Alex Ning | 2021-08-18 | 1 | -2/+2 |
| | |||||
* | Version 5.0.0-beta5. | Alex Ning | 2021-08-13 | 1 | -2/+2 |
| | |||||
* | Secure mode is available. | Alex Ning | 2021-08-11 | 1 | -0/+1 |
| | |||||
* | Version 5.0.0-beta4. Revert changes that limit the max height of images in ↵ | Alex Ning | 2021-08-07 | 1 | -2/+2 |
| | | | | PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter. | ||||
* | Version 5.0.0-beta3. | Alex Ning | 2021-08-06 | 1 | -2/+2 |
| | |||||
* | Version 5.0.0-beta2. | Alex Ning | 2021-08-04 | 1 | -2/+2 |
| | |||||
* | Actually it is v5.0.0-beta1. | Alex Ning | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Version 5.0.0-beta1. | Alex Ning | 2021-07-22 | 1 | -2/+2 |
| | |||||
* | Start adding support for searching in posts. | Alex Ning | 2021-07-08 | 1 | -2/+0 |
| | |||||
* | Show live comments in RPAN broadcasts. | Alex Ning | 2021-07-06 | 1 | -0/+2 |
| | |||||
* | Save light, dark and amoled Material You themes to database. Add 'Apply ↵ | Alex Ning | 2021-07-02 | 1 | -1/+1 |
| | | | | Material You' option. Test MotionLayout. | ||||
* | Version 4.3.4. | Alex Ning | 2021-06-10 | 1 | -2/+2 |
| | |||||
* | Disable ViewPager2's swiping if swipe between posts is disabled. | Alex Ning | 2021-05-30 | 1 | -4/+3 |
| | |||||
* | Version 4.3.3. | Alex Ning | 2021-05-30 | 1 | -2/+2 |
| | |||||
* | Version 4.3.2. Downgrade several libraries. | Alex Ning | 2021-05-24 | 1 | -4/+4 |
| | |||||
* | Version 4.3.1. Restore changes in ViewVideoActivity to fix a bug that video ↵ | Alex Ning | 2021-05-22 | 1 | -2/+2 |
| | | | | continues playing in the background after exiting. Rename Swipe Vertically to Go Back From Media to Swipe Vertically to Go Back From Image and Gif. | ||||
* | Version 4.3.0. Fix video post parsing (v.redd.it). | Alex Ning | 2021-05-17 | 1 | -2/+2 |
| | |||||
* | Version 4.3.0-beta5. | Alex Ning | 2021-05-15 | 1 | -2/+2 |
| | |||||
* | Hiding post fliar in PostFragment is now available. | Alex Ning | 2021-05-15 | 1 | -4/+4 |
| | |||||
* | Change the style of single comment level indicator. | Alex Ning | 2021-05-14 | 1 | -6/+6 |
| | |||||
* | Version 4.3.0-beta4. | Alex Ning | 2021-05-05 | 1 | -2/+2 |
| | |||||
* | Fix app crashes in CopyTextBottomSheetFragment. Add LockScreenActivity. | Alex Ning | 2021-05-05 | 1 | -0/+2 |
| | |||||
* | Version 4.3.0-beta3. | Alex Ning | 2021-04-21 | 1 | -2/+2 |
| | |||||
* | Version 4.3.0-beta2. Fix SQL migration issue when updating from version 18 ↵ | Alex Ning | 2021-04-11 | 1 | -2/+2 |
| | | | | to 19. | ||||
* | Version 4.3.0-beta1. Tweak the name of the backup file. | Alex Ning | 2021-04-10 | 1 | -2/+2 |
| | |||||
* | New option: Crash Reports. | Alex Ning | 2021-04-02 | 1 | -1/+2 |
| | |||||
* | Suggest title when submitting link post. | Alex Ning | 2021-04-01 | 1 | -0/+2 |
| | |||||
* | Backup settings. | Alex Ning | 2021-03-06 | 1 | -0/+3 |
| | |||||
* | Try to fix superscript. | Alex Ning | 2021-02-24 | 1 | -0/+1 |
| | |||||
* | New options: hide post type and hide the number of awards. Tweak settings. | Alex Ning | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | Use EventBus to send post list from PostFragment to ViewPostDetailActivity. | Alex Ning | 2021-02-12 | 1 | -1/+1 |
| | |||||
* | Merge new features from 4.2.3 to 4.2.5. | Alex Ning | 2021-02-12 | 1 | -2/+8 |
|\ | |||||
| * | Version 4.2.5. Disable split for language. | Alex Ning | 2021-02-11 | 1 | -2/+8 |
| | | |||||
| * | Version 4.2.4. | Alex Ning | 2021-02-05 | 1 | -2/+2 |
| | | |||||
| * | Version 4.2.3. | Alex Ning | 2021-02-01 | 1 | -2/+2 |
| | | |||||
* | | Barebone swiping left or right to go to previous or next post in ↵ | Alex Ning | 2021-01-27 | 1 | -2/+3 |
|/ | | | | ViewPostDetailActivity. | ||||
* | Version 4.2.2. | Alex Ning | 2021-01-24 | 1 | -2/+2 |
| | |||||
* | Version 4.2.1. | Alex Ning | 2021-01-23 | 1 | -2/+2 |
| |