
For now, the UpdateService ignores these fields when updating from the index. There is no time that the index should specify what versions to be ignored. In the future, this will be done with a join table that stores info about what to ignore. Another future improvement should also be to make "App.toContentValues()" smarter. That is, make it only return values which have been set since the object was created. However this will add an overhead which may or may not be noticable.
12 lines
455 B
Markdown
12 lines
455 B
Markdown
These issues are a must-fix before the next stable release:
|
|
|
|
* Right after updating a repo, "Recently Updated" shows the apps correctly but
|
|
the new apks don't show up on App Details until the whole app is restarted
|
|
(or until the repos are wiped and re-downloaded)
|
|
|
|
Other minor issues:
|
|
|
|
* Make the bluetooth option prettier. Options:
|
|
- Move it into submenu (like "Share F-Droid" -> "Bluetooth/Mail/NFC/...")
|
|
- Remove ellipsis from menu option string
|