Skip to content

Releases: lmj0011/courier-locker

v2.3.0-beta02

15 Feb 23:25
Compare
Choose a tag to compare

v2.2.0

04 Jul 05:55
Compare
Choose a tag to compare

v2.1.0

29 Sep 03:49
Compare
Choose a tag to compare
version 2.1.0

v2.0.0

29 Sep 03:44
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release
  • "Current Status" Service can be turned off in settings

  • app backups are now exported to a .json file
    -- older backups *.db are not compatible from this version onward

  • new option added to produce daily app backups

  • removed option to enter a Google Directions API key in the app.
    -- if you were using this option to have Trip distances calculated, you will
    now need to produce a DEBUG build of the app yourself with the key added in
    gradle.properties to continue having Trip distances calculated.

  • support for Android Kitkat has been dropped

  • bug fixes and performances improvements

v1.2.1

29 Sep 03:46
Compare
Choose a tag to compare
  • added notice about updating to version 2.0

v1.2.0

05 May 02:23
Compare
Choose a tag to compare
  • search functionality added to lists

v1.1.3

01 May 06:06
Compare
Choose a tag to compare
  • fixed app crash that happens when "going back" if Navigation drawer was open

  • notify recyclerview when a Map is deleted

v1.1.2

29 Apr 03:33
Compare
Choose a tag to compare
  • init LocationHelper only "once", in Application()
    -- LocationUpdates only get started, then ends when app ends. Basically no calls made to LocationHelper.stopLocationUpdates()

  • only request AccessFineLocation permission, no need for backgroundLocation permission

  • added app launcher screen (because fusedLocationClient.requestLocationUpdates needs time to init)

  • version bump v1.1.2

v1.1.0

27 Apr 05:01
Compare
Choose a tag to compare
  • upgraded to Room version 2.2.5

  • added feature to export/import app data (db dump)
    -- should be used in a situation where an app reinstall is necessary as in the case with the recent Google Maps SDK crash (see: https://issuetracker.google.com/issues/154855417).

  • CurrentStatusForegroundService now extends LifecycleService
    -- this fixed a bug where the gatecodes notification would come back even after "destroying" app

  • stop recyclerview from updating if user has scrolled away from the top
    -- this improves experience scrolling list when "order by nearby" is enabled

  • removed redundant "always order by nearest" option from Settings

v1.0.0

21 Apr 03:50
Compare
Choose a tag to compare
  • Trips are composed of "Stops" instead of a single pick-up/drop-off address, basically this makes recording stacked orders easier

  • Added Building Mapper Feature, which can be used to create personal maps of difficult to navigate places (ie. Apartment complexes) screenshot 1, screenshot 2, screenshot 3

  • performance improvements and bug fixes

note: release apks will not be provided here anymore, download this app from the Google Play Store instead.