Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Releases: mozilla-lockwise/lockwise-android

4.0.3 (Build 6584)

10 Dec 18:40
d3c0511
Compare
Choose a tag to compare

This version brings the project up to date with Android SDK 29. It only includes minor code changes to deal with API deprecations and changes and has no functional changes.

4.0.2 (Build 6524)

15 Nov 18:46
20fdfe4
Compare
Choose a tag to compare

Please note that this release will probably not ship as it is compiled against SDK 28, which is not accepted anymore by the Play Store. As a result we will need to ship an 4.0.3 update instead.

This release adds a fix for an autofill failure on Android 11.

Changes since last build:

  • Fixes a 'null' toast on autofill failure on Android 11 (#1219)

4.0.1 (Build 6346)

29 Jun 23:43
release-v4.0.1
8d55f14
Compare
Choose a tag to compare
4.0.1 (Build 6346) Pre-release
Pre-release

Add the ability for users to control their tracked telemetry (linked through legacy telemetry client id) and prevent any further telemetry from being tracked for their account when they opt out.

Changes since last build:

  • Add the legacy telemetry client id to the deletion request ping (#1195)

4.0.0 (Build 6087)

14 Feb 17:08
release-v4.0.0-RC-2
dd065f9
Compare
Choose a tag to compare

Add the ability to manually create an entry. Improve error messaging for the user. Autofill footer now adjusts to dark mode.

Changes since last build:

  • Update release process docs (#1143)
  • Toast placement for copy, create, delete (#1166)

All changes since version 3.3.0:

  • Import l10n: add EN-GB, UK, RU, ZH-RTW, CS (#1119)
  • Manual create (#1093)
  • Fixup autofill footer in dark mode. (#1115)
  • Add missing locales screengrab file (#1132)
  • Fixup edit regressions introduced during edit/create refactor (#1133)
  • Update app services to version 0.46.0 (#1124)
  • Update string names to send update upstream to l10n (#1142)
  • Show errors in create and edit only after the user makes one (#1140)
  • Successful create toast notification (#1123)
  • Use red trash icon and fix deleted toast (#1146)

4.0.0 (Build 6013)

29 Jan 12:32
release-v4.0.0-RC-1
Compare
Choose a tag to compare
4.0.0 (Build 6013) Pre-release
Pre-release

Manual create.

All changes since version 3.3.0:

  • Import l10n: add EN-GB, UK, RU, ZH-RTW, CS (#1119)
  • Manual create (#1093)
  • Fixup autofill footer in dark mode. (#1115)
  • Add missing locales screengrab file (#1132)
  • Fixup edit regressions introduced during edit/create refactor (#1133)
  • Update app services to version 0.46.0 (#1124)
  • Update string names to send update upstream to l10n (#1142)
  • Show errors in create and edit only after the user makes one (#1140)
  • Successful create toast notification (#1123)
  • Use red trash icon and fix deleted toast (#1146)

3.3.0 (Build 5784)

13 Dec 19:34
release-v3.3.0-RC-2
3bae6a2
Compare
Choose a tag to compare

Stability and UI cleanup.

All changes since version 3.2.0:

  • Bump the required Android Components version to 19.0.1 (#1070)
  • Update ui tests (#1083)
  • Fix interrupts causing the app to go to the item list. (#1075)
  • UX cleanup part deux (#1071)
  • Introduce Glean SDK (#1085)
  • Metadata cleanups for datastore and autofill. (#1102)
  • Localization updates (#1110)

3.3.0 (Build 5660)

26 Nov 19:48
release-v3.3.0-RC-1
f16ca3f
Compare
Choose a tag to compare
3.3.0 (Build 5660) Pre-release
Pre-release

Stability and UI cleanup.

All changes since version 3.2.0:

  • Bump the required Android Components version to 19.0.1 (#1070)
  • Update ui tests (#1083)
  • Fix interrupts causing the app to go to the item list. (#1075)
  • UX cleanup part deux (#1071)

3.2.0 (Build 5522)

15 Nov 19:26
release-v3.2.0-RC-1
edead0e
Compare
Choose a tag to compare

Stability and UI cleanup.

All changes since version 3.1.0:

  • Search bar text handles have violet background (#1035)
  • Reconcile l10n strings for translation #1020
  • Close keyboard when exiting feedback form (#1057)
  • Update ---feature.md (#1063)
  • The device back button doesn't have the same functionality with the X button in Edit Login Mode (#994)
  • Remove "name" field from the edit view (#1010)
  • Whooops! Wrong URL displayed when accessing Learn More from Lockwise settings (#1048)

3.1.0 (Build 5362)

31 Oct 23:38
release-v3.1.0-RC-1
f7adf1d
Compare
Choose a tag to compare

Improve autofill detection and increase target SDK to 28.

All changes since version 3.0.1:

  • Hide soft keyboard on unlock with pin (#1024)
  • Fixup crash in isButton with Java/Kotlin null dereference (#1039)
  • Make autofill detection more robust (#1031)
  • Increase target sdk to 28. (#1026)
  • Remove color state change on hostname when clicking outside of the cardview (#1030)
  • Remove name field from edit view (#1025)

3.0.1 (Build 5214)

23 Oct 06:22
release-v3.0.1
ef26efb
Compare
Choose a tag to compare

Improve threading and log in keyboard experience.

All changes since version 3.0.0:

  • Soft pan layout when keyboard is opened on webview (#929)
  • Update syncCredentials on the correct thread after their generation (#1012, #1013)