Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #368 from DreierF/develop
Browse files Browse the repository at this point in the history
Prepare 3.1.0
  • Loading branch information
DreierF authored Jul 31, 2018
2 parents 09341ea + ecf8298 commit 197aeb2
Show file tree
Hide file tree
Showing 1,076 changed files with 24,920 additions and 9,043 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ wearable/wearable.iml
# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/caches/**

# Gradle:
.idea/**/gradle.xml
Expand Down
3 changes: 3 additions & 0 deletions .idea/codeStyleSettings.xml

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

234 changes: 234 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.

1 change: 1 addition & 0 deletions .idea/dictionaries/florian.xml

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

8 changes: 5 additions & 3 deletions .idea/misc.xml

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

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
- echo -en 'travis_fold:end:script.build\\r'

- echo -e '\033[0;33mUnit tests...\033[0m' && echo -en 'travis_fold:start:script.unittest\\r'
- ./gradlew testRelease jacocoTestReport -PdisablePreDex
- ./gradlew testRelease -PdisablePreDex
- echo -en 'travis_fold:end:script.unittest\\r'

# - echo -e '\033[0;33mUI tests...\033[0m' && echo -en 'travis_fold:start:script.uitest\\r'
Expand Down
2 changes: 1 addition & 1 deletion MyTargets.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="MyTargets" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<module external.linked.project.id="MyTargets" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ If you don't have a concrete idea, there a few issues in the backlog with some r
If you want to help improve the translations of the app you can do so at https://crowdin.com/project/mytargets

## Licence ##
Released under GNU GLP V2
Released under GNU GPL V2
4 changes: 2 additions & 2 deletions Screengrabfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use_tests_in_packages ['de.dreier.mytargets.screengrab']

output_directory 'build/screengrab'

app_apk_path 'app/build/outputs/apk/app-screengrab-debug.apk'
tests_apk_path 'app/build/outputs/apk/app-screengrab-debug-androidTest.apk'
app_apk_path 'app/build/outputs/apk/screengrab/debug/app-screengrab-debug.apk'
tests_apk_path 'app/build/outputs/apk/androidTest/screengrab/debug/app-screengrab-debug-androidTest.apk'

locales ['ca-ES', 'cs-CZ', 'da-DK', 'de-DE', 'en-US', 'es-ES', 'fr-FR', 'hu-HU', 'id-ID', 'it-IT', 'iw-IL', 'ja-JP', 'nl-NL', 'no-NO', 'pl-PL', 'pt-BR', 'pt-PT', 'ru-RU', 'sk-SK', 'sl-SI', 'sv-SE', 'tr-TR', 'zh-CN', 'zh-TW']

Expand Down
Loading

0 comments on commit 197aeb2

Please sign in to comment.