Commit cea3d43
Download db (#548)
* feat: contract-driven dynamic database download from API
* feat: persist download states across app relaunches
* fix: fix installed keyboards not showing in Settings
* feat: trigger download and "Downloading" state from Select Translation Source Language Screen
* redirect to Download Screen on confirming translation source change
* feat: set Update state for download button using data version endpoint
* fix download Toast display message
* Add new YAML based contract files
* Finalize form of YAML contracts
* Fix included double quote in en.yaml
* Update version of data contracts with necessary fields
* Minor fix in comment in contracts
* feat: change to using YAML for data contract
* remove json contracts
* fix minor typo
* Update German contract with missing displayValue fields for declensions
* Update contracts with fully indexed conjugations and declensions
* Fixes to DE data contract
* fix to fit new indexed contract
* feat: "All languages" download action
* feat: add empty state for download screen
* Misc fix of comment
---------
Co-authored-by: Andrew Tavis McAllister <andrew.t.mcallister@gmail.com>1 parent e9378fa commit cea3d43
File tree
34 files changed
+2993
-764
lines changed- app
- src/main
- assets/data-contracts
- java/be/scri
- data
- model
- remote
- helpers/data
- models
- ui
- common/appcomponents
- screens
- download
- settings
34 files changed
+2993
-764
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
236 | 243 | | |
237 | 244 | | |
238 | 245 | | |
| |||
316 | 323 | | |
317 | 324 | | |
318 | 325 | | |
319 | | - | |
320 | 326 | | |
| 327 | + | |
| 328 | + | |
321 | 329 | | |
322 | 330 | | |
323 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
This file was deleted.
0 commit comments