Commit d8ab0e0
committed
Update build configuration for Chaquopy
Update app/build.gradle:
- Add Chaquopy Gradle plugin
- Configure Python 3.10 with pip dependencies
- Add custom Gradle tasks for Kolibri tar patching
- Update signing and build type configuration
- Add Spotless for Java code formatting
Update Java classes with new package declarations:
- Utility classes now in org.learningequality.Kolibri.util
- Worker classes now in org.learningequality.Kolibri.workers
- Notification classes now in org.learningequality.Kolibri.notification
- Task classes now in org.learningequality.Kolibri.task
Update Python files for Chaquopy integration
Update build files:
- .gitignore: Add Chaquopy-specific patterns
- Makefile: Update build targets for Gradle
- requirements.txt: Update Python dependencies
- build-requirements.txt: Add build-time dependencies
- scripts/create_strings.py: Update for new resource paths
- scripts/version.py: Update version calculation
- .pre-commit-config.yaml: Update hooks
- README.md: Update documentation
Part of #197: Migrate App to use Chaquopy1 parent 61cbf40 commit d8ab0e0
29 files changed
Lines changed: 2032 additions & 1637 deletions
File tree
- app
- src/main
- java/org/learningequality/Kolibri
- notification
- task
- util
- workers
- python
- android_app_plugin
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
26 | 15 | | |
| 16 | + | |
27 | 17 | | |
28 | | - | |
| 18 | + | |
29 | 19 | | |
30 | 20 | | |
| 21 | + | |
31 | 22 | | |
32 | 23 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 24 | | |
| 25 | + | |
| 26 | + | |
39 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | | - | |
42 | | - | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments