This repository has been archived by the owner on Feb 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from JavaCafe01/dev
Merge dev with master
- Loading branch information
Showing
17 changed files
with
294 additions
and
157 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,45 @@ | ||
language: android | ||
jdk: oraclejdk8 | ||
sudo: required | ||
after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml" | ||
|
||
notifications: | ||
slack: pdfviewerplus:ODw20YfhNtVZkbdA4K3mVFnS | ||
|
||
before_install: | ||
- chmod +x gradlew | ||
env: | ||
global: | ||
- ANDROID_API_LEVEL=30 | ||
- ANDROID_BUILD_TOOLS_VERSION=29.0.2 | ||
- ANDROID_ABI=armeabi-v7a | ||
|
||
android: | ||
components: | ||
- tools | ||
- platform-tools | ||
- tools | ||
- build-tools-28.0.3 | ||
- android-21 | ||
- android-29 | ||
- sys-img-armeabi-v7a-android-21 | ||
- extra-android-m2repository | ||
licenses: | ||
- 'android-sdk-preview-license-52d11cd2' | ||
- 'android-sdk-license-.+' | ||
- 'google-gdk-license-.+' | ||
|
||
before_install: | ||
- touch $HOME/.android/repositories.cfg | ||
- yes | sdkmanager "platforms;android-30" | ||
- yes | sdkmanager "build-tools;29.0.2" | ||
|
||
before_cache: | ||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock | ||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/ | ||
|
||
cache: | ||
directories: | ||
- $HOME/.gradle/caches/ | ||
- $HOME/.gradle/wrapper/ | ||
- $HOME/.android/build-cache | ||
|
||
before_script: | ||
# Create and start emulator | ||
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a | ||
- emulator -avd test -no-skin -no-audio -no-window & | ||
- android-wait-for-emulator | ||
- adb shell input keyevent 82 & | ||
- chmod +x gradlew | ||
|
||
script: ./gradlew connectedAndroidTest | ||
script: | ||
- ./gradlew clean build | ||
- ./gradlew test |
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 |
---|---|---|
|
@@ -22,13 +22,14 @@ | |
## Contribute | ||
|
||
You can contribute to this project in many ways: | ||
* Fork and make pull requests | ||
* Help to translate the application (if so contact me --> [email protected]) | ||
* Fork and make pull requests (please target dev branch) | ||
* Help to translate the application (By making PR) | ||
|
||
### Special Thanks! | ||
|
||
| Github Users | | ||
| ------------- | | ||
| [Fs00](https://github.com/Fs00) | | ||
| [Etamuk](https://github.com/Etamuk) | | ||
| [Raspbeguy](https://github.com/raspbeguy) | | ||
| [Greynar](https://github.com/Greynar) | | ||
|
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
Oops, something went wrong.