Skip to content

ODK Collect v1.21.0

Compare
Choose a tag to compare
@yanokwa yanokwa released this 02 Apr 22:56
· 12113 commits to master since this release
5079e5a

All Changes

Highlights

  • Added more precise map markers in geo widgets
  • Added manual entry of points to geo widgets
  • Added current position and timed interval mapping to GeoShape
  • Fixed last question in Edit Saved Form view not showing
  • Fixed file upload widget failing when uploading from Downloads folder

Added

  • Geo: Use more precise map markers in geo activities. (#2940)
  • Remembering previously entered values (auto-fill) (#2882)

Fixed

  • Fixed TriggerWidget (#2881)
  • Display progress bar only form forms that are being sent via SMS (#2898)
  • Using string format to improve ⋮ under Android 4.4 (#2864)
  • Bump JR to 2.14.0-SNAPSHOT (#2867)
  • Removed duplicated call notifyDataSetChanged (#2929)
  • Fix date time tests (#2846)
  • Findbugs improvements (#2915)
  • Fixed wrong string format. (#2935)
  • Fixed attempt to re-open an already-closed object (#2926)
  • Fixed the real cause of NPEs related to FormController. (#2879)
  • Fixed TransactionTooLargeException in FormDownloadList activity (#2799)
  • Fixed reading files from Downloads dir. (#2930)
  • Shorten sheet title if it's too long (#2919)
  • Geo: Use one activity for GeoTrace and GeoShape. (#2933)
  • Fixed the problem with finding an instance file during sending a form to GoogleSheets (#2943)
  • Display progres dialog during reading files from GD (#2951)
  • New Dagger configuration (#2769)
  • Fixed newlines visible in submission name (#2914)
  • Fixed enabled but grayed out rows (#2957)
  • Fix: Don't step into very first group automatically (#2876)
  • Fixes Main Menu Visibility for Admin Mode ( #2958 ) (#2960)
  • Catch StackOverflowError (#2953)
  • Translation update for v1.21 beta (#2969)
  • Support long press to add points (#2976)
  • Don't recenter the map if user is manually placing points (#2974)
  • Clear list if reading files canceled (#2970)
  • Fixed scrolling bug in RankWidget (#2983)
  • Prevent NullPointerExceptions when the activity is null (#2982)
  • Prepare release (#2988)

Removed