Skip to content

Releases: warren-bank/Android-Mock-Location

service/v02.04.01

14 Sep 01:42
Compare
Choose a tag to compare
release: service/v02.04.01

service/v02.04.00

13 Sep 09:09
Compare
Choose a tag to compare
translate string resources (w/ IBM Language Translator service)

service/v02.03.01

21 Apr 08:29
Compare
Choose a tag to compare
fix bug: NullPointerException after stopping service

service/v02.03.00

21 Apr 04:45
Compare
Choose a tag to compare
add 2x new build flavors: GooglePlayServices, HuaweiMobileServices

service/v02.02.01

10 Apr 22:11
Compare
Choose a tag to compare
[Google Pixel 6+] add workaround for device-specific bug

related issues: #11, #14

service/v02.02.00

06 Feb 06:29
Compare
Choose a tag to compare
add 'UnifiedNlp' backend plugin

status:
=======
* 'Mock my GPS' app:
  - when the 'UnifiedNlp' backend plugin is also installed:
    * binds to its LocationService
    * pushes mock location data to its BackendService
* 'UnifiedNlp' app:
  - recognizes the backend plugin
  - can configure the settings for the backend plugin

service/v02.01.10

05 Feb 12:45
Compare
Choose a tag to compare
[Android 12] add support to mock: LocationManager.FUSED_PROVIDER

service/v02.01.09

25 Jan 00:54
Compare
Choose a tag to compare
update target SDK version: from 28 (Android 9) to 33 (Android 13)

changes:
* Android 10+: add foreground service type
* Android 12+: add mutability flag to pending intent in notification
* Android 12+: show foreground service notification without 10s delay
* Android 12+: remove content from collapsed state of notification
  - height restrictions for custom notifications on Android 12+:
    *  48dp: collapsed state
    *  88dp: heads up
    * 252dp: expanded state
  - height of custom notification:
    *  64dp
* Android 13+: add runtime permission to show foreground service notification
* update build tools

see:
* https://developer.android.com/about/versions/10/features#fg-service-types
  https://developer.android.com/reference/android/R.attr#foregroundServiceType
* https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability
* https://developer.android.com/about/versions/12/behavior-changes-all#foreground-service-notification-delay
  https://developer.android.com/guide/components/foreground-services#notification-immediate
* https://developer.android.com/about/versions/12/behavior-changes-12#custom-notifications
  https://developer.android.com/develop/ui/views/notifications/custom-notification
* https://developer.android.com/about/versions/13/behavior-changes-13#notification-permission-fgs-appearance
  https://developer.android.com/develop/ui/views/notifications/notification-permission

service/v02.01.08

23 Jun 22:34
Compare
Choose a tag to compare
fix #5: [Android 11] powerRequirement is out of range of [1, 3]

service/v02.01.07

28 Feb 12:12
Compare
Choose a tag to compare
add drag handle icon to joystick layout