-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Enhancements & Bug Fixes ☆ Updated German translation, added Netherlands ☆ Image preview download & share feature ☆ Built-in application logs ✓ Improved authentication flow ✓ Crunchyroll link detection issues ✓ Notifications & Improved Job Scheduler ✓ Temporary authentication workaround for pre-lollipop devices
- Loading branch information
Showing
66 changed files
with
1,793 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"code": 95, | ||
"code": 101, | ||
"migration": false, | ||
"releaseNotes": "", | ||
"version": "1.2.5", | ||
"version": "1.3.1", | ||
"appId": "com.mxt.anitrend" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":95,"versionName":"1.2.5","enabled":true,"outputFile":"anitrend_v1.2.5_rc_95.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.2.5_rc_95.apk","properties":{}}] | ||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":101,"versionName":"1.3.1","enabled":true,"outputFile":"anitrend_v1.3.1_rc_101.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.3.1_rc_101.apk","properties":{}}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
__Anitrend v2.0 Coming Soon [WIP]__ | ||
__Anitrend v2.0 Coming Soon [W.I.P] This is the last update for v1.X all efforts are being moved to v2.0__ | ||
|
||
__N.B__ v2.0 will be dropping support for Jellybean - Kitkat, due to missing or disabled _(TLS v1.2)_ | ||
which can result in authentication errors [read more](https://github.com/square/okhttp/issues/2372) | ||
|
||
#### Enhancements | ||
- New swedish translations | ||
- New portuguese translations | ||
- Updated italian translations | ||
- Bug reporter (Silver) | ||
- Updated german translation, added nl region | ||
- Image preview download & share feature (Mittens) | ||
|
||
#### Bug Fixes | ||
- Improved authentication flow | ||
- Crunchyroll link detection issues | ||
- Notification crashes after latest anilist update | ||
- Notifications & Improved Job Scheduler | ||
- Temporary fix for pre-lollipop login issues | ||
|
||
#### Current Issues | ||
- Clicking on @username shows mixed feed | ||
- Notifications are still a hit or miss issue on some devices | ||
- Sometimes image slide count doesn't change when you scroll slowly in feeds | ||
- Sometimes image slide count doesn't change when you scroll slowly in feeds | ||
|
||
#### Special Thanks | ||
_Translators (minna arigato) & all of you lovely weebs <3_ | ||
|
||
__Admins, Devs & Cutie Pies:__ | ||
_Mittens, Senpai, Kuji, Moka, Flare, Silver, Mrspits4ever_ | ||
|
||
__Awesome Donators:__ | ||
_Bas, Golumpa, artemisthemp, Trivernis_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 0 additions & 85 deletions
85
app/src/main/java/com/mxt/anitrend/base/custom/async/NotificationSyncTask.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.