Skip to content

Tags: psx95/collect

Tags

v1.23.0-beta.0

Toggle v1.23.0-beta.0's commit message
Upgrade to JavaRosa 2.15.0-SNAPSHOT to prepare for a beta (getodk#3188)

v1.22.4

Toggle v1.22.4's commit message
Catch Mapbox error on 64bit devices (getodk#3158)

v1.22.3

Toggle v1.22.3's commit message
Catch Mapbox exception on 64bit devices (getodk#3146)

v1.22.2

Toggle v1.22.2's commit message
Change JNI stub names (getodk#3141)

Use "lib" prefix on JNI stubs so the app installs on API 21 - 25
emulators.

v1.22.1

Toggle v1.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert putting choices from a search() result into JavaRosa choices (g…

…etodk#3133)

Revert putting choices from a search() result into JavaRosa choices

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request getodk#3121 from lognaturel/update-translations

Update translations for May release

v1.22.0-beta.1

Toggle v1.22.0-beta.1's commit message
Add Mapbox SDK as a map display engine (online map support only) (get…

…odk#3074)

* Add a MapFragment that uses the Mapbox SDK, and offer it in the settings.

* Read the map prefs when launching the map, not only when constructing the widget.

* Update the Geo unit tests to pass in the KEY_MAP_SDK extra.

* Update README.md with instructions on configuring a Mapbox access token.

* Fix long-press detection on Mapbox.

v1.22.0-beta.0

Toggle v1.22.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Malay, remove languages not in Transifex (getodk#3056)

Add Malay, remove languages not in Transifex

v1.21.2

Toggle v1.21.2's commit message
Remove check for Aggregate 0.9 legacy servers (getodk#3038)

The odds of servers of this type still running are low. If there are some, it would be good for the users to hit an issue and complain so they can be urged to upgrade away from ~8-year-old servers. The implementation was wrong anyway because it looked for a Location header rather than looking at the X-OpenRosa-Version header.

v1.21.1

Toggle v1.21.1's commit message
Added a null check in getFormLanguage() method (getodk#2998)