Skip to content

Commit

Permalink
Merge pull request #111 from 1951FDG/slave
Browse files Browse the repository at this point in the history
Rewrite, refactoring, bugfixes, update to Android API 29
  • Loading branch information
1951FDG authored Oct 11, 2019
2 parents edfc1ea + f3bfa38 commit 87796cd
Show file tree
Hide file tree
Showing 314 changed files with 542,544 additions and 30,272 deletions.
12 changes: 12 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
exclude_paths:
- '**.json'
- '**.lock'
- '**.xml'
- '**.yml'
- 'app/src/main/java/com/almworks/**'
- 'app/src/main/java/io/requery/**'
- 'app/src/main/java/org/javolution/**'
- 'app/src/main/java/org/sqlite/**'
- 'app/src/main/jni/**'
- 'fastlane/**'
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ app/src/release/res/values/values.xml
fabric.properties
app/fabric.properties

# Sonarlint plugin
.idea/sonarlint

# Fastlane
fastlane/.env
fastlane/.env.local
Expand All @@ -77,6 +80,7 @@ fastlane/report.xml

# Project
.env
app/.cxx
app/release/output.json
app/src/main/obj
keystore.properties
Expand Down
212 changes: 139 additions & 73 deletions .idea/codeStyles/Project.xml

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

Loading

0 comments on commit 87796cd

Please sign in to comment.