Skip to content

Releases: abhishekabhi789/GCS_for_Tasker

Version 0.7.5 - Scanner closes on action timeout

17 Dec 12:48
Compare
Choose a tag to compare

Changes

  • Scanner closes on action timeout.
  • Targeting SDK 35
  • Improved UI
  • Enabled Material You theming for material variant.
  • Overlay permission will be asked during action setup.
  • And some code optimizations.

Version 0.7.3 Fixed timeout value and improved event matching

14 Oct 23:47
Compare
Choose a tag to compare

Changes

  • Scan action timeout value now uses value defined in Tasker plugin action config activity.
  • Event value filter matching improved.

Version 0.7.1 Tasker task as shortcut

29 Sep 03:41
Compare
Choose a tag to compare

Changes

  • For API 25+(Android 7.1+) devices, can choose a Tasker task as shortcut. Run a relevant task straight from app icon in launcher.
  • Fixed unable to save tasker array on action plugin.

Version 0.6.0 New variable gives code encoding format

20 Sep 11:08
Compare
Choose a tag to compare

Changes

  • A new variable %gcs_code_format added which gives encoding format of the code.
  • Action plugin can be configured to
    • allow zooming
    • allow manual input
    • scan only predefined code formats
  • Service notification will be removed if app is removed from recent panel.
  • Animated splash screen for Android 12+

Important

While updating from old version: Due to the changes in output variables related codes, both event and action needs to reconfigured after update.

V0.5.7 Added splash screen and dark mode for classic variant

12 Sep 16:22
Compare
Choose a tag to compare

Changes

  • Splash screen added for scanning activity.
  • Event plugin configuration activity of the classic variant now supports systemwide dark mode.

V0.5.5 Fixed sometimes action not handling results

11 Sep 15:41
Compare
Choose a tag to compare

Changes

  • Now action will return the results without fail.

V0.5.4 Bug fix related to scan event

10 Sep 02:40
Compare
Choose a tag to compare

Changes

  • Prevents app being killed by the system during scan event.
  • Event timeout increased to 60 seconds. Actions will time out after this period, but the scanner UI won't be dismissed.

V0.5.3 Zoom option and bug fixes

29 Aug 09:11
Compare
Choose a tag to compare

Changes

Important

Existing event configurations will fail due to changes in event configuration codes.

Note

%gcs_codetype will now return string instead of integer (all values are listed in event configuration activity. So if any task uses this variable, it has to be updated).

version 0.4.12 - First Release

01 Jun 00:45
Compare
Choose a tag to compare
v0.4.12

Initial Commit