Skip to content

Commit

Permalink
Release Minor 1.5.6
Browse files Browse the repository at this point in the history
### Enhancements & Bug Fixes
☆ Added support for upcoming Android Q 
☆ Redesigned application settings page
☆ Added support for higher quality posters
☆ Theme options moved to new settings page 

✓ User stats not updating (due to deprecated stats)
✓ Improved error message for invalid token errors
✓ Replaced embedded YouTube Player (due to deprecation)
  • Loading branch information
wax911 committed Aug 22, 2019
2 parents c3af70e + 398a03f commit 0f4c7d8
Show file tree
Hide file tree
Showing 510 changed files with 9,255 additions and 7,410 deletions.
122 changes: 122 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 28 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,39 @@
language: android
jdk: oraclejdk8
dist: trusty
sudo: false

env:
global:
- ANDROID_API_LEVEL=28
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
- ANDROID_API_LEVEL=29
- ANDROID_BUILD_TOOLS_VERSION=29.0.3
- TRAVIS_SECURE_ENV_VARS=true

android:
components:
- tools
- platform-tools
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
# - tools
# - platform-tools

- build-tools-$ANDROID_BUILD_TOOLS_VERSION

# system images
- sys-img-armeabi-v7a-android-$ANDROID_API_LEVEL
- sys-img-x86-android-$ANDROID_API_LEVEL
- sys-img-armeabi-v7a-android-17
# The BuildTools version used by your project
- build-tools-$ANDROID_BUILD_TOOLS_VERSION

# extras
# The SDK version used to compile your project
- android-ANDROID_API_LEVEL

# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- extra-android-support

# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-$ANDROID_API_LEVEL
- sys-img-x86-android-$ANDROID_API_LEVEL
- sys-img-armeabi-v7a-android-17

# addons
- addon-google_apis-google-$ANDROID_API_LEVEL
Expand All @@ -37,21 +48,21 @@ before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

# Move our test play-services configuration to the appropreiate config location
before_script:
- mv app/.travic-ci/google-services.json app/google-services.json
- mv app/.travic-ci/secrets ./secrets.properties

cache:
directories:
- $HOME/.m2
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache

before_script:
- mv app/.travic-ci/google-services.json app/google-services.json
- mv app/.travic-ci/secrets ./secrets.properties

script:
- ./gradlew test


before_install:
- chmod +x gradlew
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "build-tools;28.0.3"

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [ :biohazard: W.I.P v2.0 :biohazard: ] AniTrend v1.4.7   [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/AniTrend/anitrend-app/blob/master/LICENSE.md)
# [ :biohazard: W.I.P v2.0 :biohazard: ] AniTrend v1.5.6   [![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/AniTrend/anitrend-app/blob/master/LICENSE.md)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/30a8f983c55541cbb504671ecc32786c)](https://www.codacy.com/app/wax911/anitrend-app?utm_source=github.com&utm_medium=referral&utm_content=wax911/anitrend-app&utm_campaign=Badge_Grade)   [![Build Status](https://travis-ci.org/AniTrend/anitrend-app.svg?branch=master)](https://travis-ci.org/AniTrend/anitrend-app)   [![Discord](https://img.shields.io/discord/314442908478472203.svg?color=%237289da&label=Join%20Anitrend%21&logo=discord&logoColor=%23fff)](https://discordapp.com/invite/2wzTqnF)

Discover anime or manga with AniTrend which is a free [AniList](https://anilist.co) android client written in java.(AniTrend does not offer streaming capabilities, but official website links such as Hulu, Chrunchyroll, Netflix will be provided if available)
Expand Down
6 changes: 3 additions & 3 deletions app/.meta/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"code": 111,
"migration": false,
"code": 136,
"migration": true,
"releaseNotes": "",
"version": "1.4.7",
"version": "1.5.6",
"appId": "com.mxt.anitrend"
}
Loading

0 comments on commit 0f4c7d8

Please sign in to comment.