-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Gradle #452
Merged
Merged
Use Gradle #452
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
9a0ba70
Use Gradle
428d601
Added missing Gradle file
8a01ad1
Implemented translation synchronization script into Gradle
33aa5dc
Fixed custom font can't be loaded
437ede1
Don't use deprecated Gradle features
75d4f48
Remove packingOptions
3f27297
Remove Kotlin and AndroidX
c71b38a
Add default proguard config file
31889a3
Set minimum API level to 4
02ffb58
Update CI scripts
101f964
Remove old Makefile
eae3dbc
Merge remote-tracking branch 'Julow/master'
ba77fec
Allow specifying manual keystores for local build and CI
110da27
Fixed check_layout.py
2e60c69
Include special_font.ttf and don't automatically rebuild it all the time
bd12384
Merge .gitignore files
1ce0ff8
Be compatible with Java 7
7e8a417
Remove empty proguard configuration file
a4e17df
Don't print fake values when checking keyboard layouts
95692b9
Updated documentation
7319728
Remove automatic release singing in GitHub CI
b1a8fd4
Rename and reorganize Gradle build tasks
13c3658
Don't split translations between debug and release
9c1709c
Fix CI fail
44ea2ce
Update documentation
2f767ea
Run gradle layout tasks at test
e3599f3
Don't use Gradle submodule
fc7b76b
Remove Gradle submodule from documentation
02a273e
Removed reference to Gradle submodule
9556017
Revert changing CI name
adcef59
Remove reference to app directory
93f153d
Updated .gitignore
7a3089a
Update layouts.xml
d1ef52f
Cleanup gradle.properties
2efe490
Remove need for separate debug sourceSet
27bfee0
Don't print if no debug keystore needs to be initialized
8378e7c
Remove debug sourceSet and use old layout for main sourceSet
00784cc
Remove Jitpack dependency
5a5705c
More verbose error message in documentation
d3bcf25
Update build.gradle
b53e764
Add syncTranslations to Gradle test task
61fe67e
Don't redirect Gradle task output to stdout except for checkKeyboardL…
4c75d70
Merge branch 'MAIN' into pr/452
Julow 64db698
Unindent workflow files
Julow 6808a02
Update contribution guidelines
Julow d68cd86
2-based indentation
Julow c10c75c
CI: Restore make-apk name
Julow e3a813d
Tidy .gitignore
Julow 67c49b2
Move special_font source back to srcs/
Julow 2444731
Merge branch 'MAIN' into pr/452
Julow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,4 +1,12 @@ | ||
*.keystore | ||
*.keystore.asc | ||
_build | ||
/*-keystore.conf | ||
*.iml | ||
.gradle | ||
/local.properties | ||
/.idea | ||
.DS_Store | ||
/captures | ||
/build | ||
# Directory _build is not used anymore | ||
/_build |
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 was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the minimums still right ?