Skip to content

Commit

Permalink
Release Patch 1.4.2
Browse files Browse the repository at this point in the history
### 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
wax911 committed May 13, 2019
2 parents 1fb81c4 + 3b6d810 commit d30274e
Show file tree
Hide file tree
Showing 245 changed files with 8,646 additions and 4,549 deletions.
29 changes: 0 additions & 29 deletions .idea/codeStyles/Project.xml

This file was deleted.

15 changes: 15 additions & 0 deletions app/.graphqlconfig
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
}
}
}
}
4 changes: 2 additions & 2 deletions app/.meta/version.json
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"
}
29 changes: 16 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'io.objectbox'
apply plugin: 'kotlin-kapt'
apply plugin: 'io.fabric'

android {
Expand Down Expand Up @@ -91,7 +92,6 @@ dependencies {
/** Android Support Libraries */
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation "com.android.support:appcompat-v7:${rootProject.supportLibrary}"
implementation "com.android.support:support-v4:${rootProject.supportLibrary}"
implementation "com.android.support:design:${rootProject.supportLibrary}"
implementation "com.android.support:cardview-v7:${rootProject.supportLibrary}"
implementation "com.android.support:support-vector-drawable:${rootProject.supportLibrary}"
Expand All @@ -100,7 +100,7 @@ dependencies {
implementation "com.google.firebase:firebase-core:${rootProject.firebase}"

/** Crash Analytics */
implementation('com.crashlytics.sdk.android:crashlytics:2.7.1@aar') {
implementation('com.crashlytics.sdk.android:crashlytics:2.9.9@aar') {
transitive = true
}

Expand All @@ -112,15 +112,15 @@ dependencies {
exclude group: 'stax', module: 'stax-api'
exclude group: 'stax', module: 'stax'
}
implementation "com.squareup.okhttp3:logging-interceptor:3.11.0"
implementation 'com.squareup.okhttp3:logging-interceptor:3.14.1'

/** Glide Libraries */
implementation "com.github.bumptech.glide:glide:${rootProject.glide}"
annotationProcessor "com.github.bumptech.glide:compiler:${rootProject.glide}"
kapt "com.github.bumptech.glide:compiler:${rootProject.glide}"

/** Butter Knife Libraries */
implementation "com.jakewharton:butterknife:${rootProject.butterKnife}"
annotationProcessor "com.jakewharton:butterknife-compiler:${rootProject.butterKnife}"
kapt "com.jakewharton:butterknife-compiler:${rootProject.butterKnife}"

/** State Layout Library */
implementation 'com.github.nguyenhoanglam:ProgressLayout:1.0.1'
Expand All @@ -133,19 +133,19 @@ dependencies {

/** Object Box */
implementation "io.objectbox:objectbox-android:${rootProject.objectBox}"
annotationProcessor "io.objectbox:objectbox-processor:${rootProject.objectBox}"
kapt "io.objectbox:objectbox-processor:${rootProject.objectBox}"

/** Pretty Time */
implementation 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'
implementation 'org.ocpsoft.prettytime:prettytime:4.0.2.Final'

/** Smart Tab Layout */
implementation 'com.ogaclejapan.smarttablayout:library:1.6.1@aar'
implementation 'com.ogaclejapan.smarttablayout:library:1.7.0'

/** Java Streams Port */
implementation 'com.annimon:stream:1.2.1'

/** Highly Customizable Video Player */
implementation 'cn.jzvd:jiaozivideoplayer:6.4.0'
implementation 'cn.jzvd:jiaozivideoplayer:7.0_preview'

/** Photo View */
implementation 'com.github.chrisbanes:PhotoView:2.1.3'
Expand All @@ -154,11 +154,12 @@ dependencies {
implementation 'com.tapadoo.android:alerter:2.0.4'

/** Rich Text Markdown Parser */
implementation "ru.noties:markwon:2.0.1"
implementation "ru.noties:markwon-image-loader:2.0.1"
implementation "ru.noties.markwon:core:$rootProject.markwon"
implementation "ru.noties.markwon:html:$rootProject.markwon"
implementation "ru.noties.markwon:image-okhttp:$rootProject.markwon"

/** Tap Target Prompt */
implementation 'uk.co.samuelwall:material-tap-target-prompt:2.12.1'
implementation 'uk.co.samuelwall:material-tap-target-prompt:2.14.0'

/** Circular Progress View */
implementation 'com.github.rahatarmanahmed:circularprogressview:2.5.0'
Expand All @@ -170,13 +171,15 @@ dependencies {
implementation'com.github.PhilJay:MPAndroidChart:v3.0.3'

/** About Library */
implementation 'com.github.medyo:android-about-page:1.2.4'
implementation 'com.github.medyo:android-about-page:1.2.5'

/** Multi Dex */
implementation 'com.android.support:multidex:1.0.3'

/** Material Search View */
implementation 'com.miguelcatalan:materialsearchview:1.4.0'

implementation "com.github.wax911:android-emojify:$rootProject.emojify"
}

apply plugin: 'com.google.gms.google-services'
2 changes: 1 addition & 1 deletion app/release/output.json
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":{}}]
Loading

0 comments on commit d30274e

Please sign in to comment.