-
-
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 ☆ Reintroduced emoji support ☆ Spoiler tags hidden by default in media pages ☆ New notification type for media the user may be interested in ✓ Multiple translations fixed ✓ Scores not matching sorted order ✓ Crashes on some device related to crunchyroll feeds
- Loading branch information
Showing
245 changed files
with
8,646 additions
and
4,549 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "AniList GraphQL Schema", | ||
"schemaPath": "schema.graphql", | ||
"extensions": { | ||
"endpoints": { | ||
"Default GraphQL Endpoint": { | ||
"url": "https://graphql.anilist.co", | ||
"headers": { | ||
"user-agent": "JS GraphQL" | ||
}, | ||
"introspect": true | ||
} | ||
} | ||
} | ||
} |
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": 101, | ||
"code": 105, | ||
"migration": false, | ||
"releaseNotes": "", | ||
"version": "1.3.1", | ||
"version": "1.4.2", | ||
"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":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":{}}] | ||
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":105,"versionName":"1.4.2","enabled":true,"outputFile":"anitrend_v1.4.2_rc_105.apk","fullName":"release","baseName":"release"},"path":"anitrend_v1.4.2_rc_105.apk","properties":{}}] |
Oops, something went wrong.