Skip to content

Tags: ShridharGoel/collect

Tags

v1.14.2

Toggle v1.14.2's commit message
Undo failed attempt at asynchronous FormDef cache saving (getodk#2166)

Synchronously write to the cache from FormLoaderTask.createFormDefFromCacheOrXml, as before. 

The attempt at asynchronous FormDef cache saving initialized the form before caching it, possibly resulting in one instance’s data being loaded into other instances. Affected users should reset the form load cache in the Admin Settings.

Attempts to make the asynchronous approach work were abandoned because FormDefs are mutable.

v1.14.1

Toggle v1.14.1's commit message
Use system toast colors and ToastUtils class in all cases (getodk#2117)

Starting in Android 8.1, Toasts have black text on a white background by default. Using system defaults ensures a consistent experience across applications and fixes an issue where toasts in 8.1 were showing up as white on white.

v1.14.0

Toggle v1.14.0's commit message
Upgrade Javarosa to 2.9.0 (getodk#2090)

v1.14.0-beta.1

Toggle v1.14.0-beta.1'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#2069 from lognaturel/update-translations

Update March 2018 translations

v1.14.0-beta.0

Toggle v1.14.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.
Merge pull request getodk#2040 from lognaturel/jr-snapshot

Upgrade Javarosa

v1.13.2

Toggle v1.13.2's commit message
Update javarosa

v1.13.1

Toggle v1.13.1'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#1953 from lognaturel/collect-1952

Use auto-send attribute instead of auto-submit

v1.13.0

Toggle v1.13.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#1931 from lognaturel/update-translations

Update February translations.

v1.13.0-beta.0

Toggle v1.13.0-beta.0's commit message
Turn off debuggable builds for release (getodk#1898)

v1.12.2

Toggle v1.12.2's commit message
Check for null media path (getodk#1748)