The current version is 1.3.0.
- Added actions for single/double/triple tap on widget. More actions will be added later.
- Added text fields to fine tune of width, height of widget for portrait and landscape orientation. You can change size in bounds of widget cell;
- Added text for landscape orientation. Now text on widget may be different for portrait and landscape orientation;
- Added text field for color selector;
- Added short form for GSM Cell ID. $$NWCIDS$ for decimal value, $$NWCIDSH$ for hex.
- Fixed some bugs in text drawing;
- Added tag $$SYF.$ for show date/time as described in
http://developer.android.com/reference/android/text/format/DateFormat.html
For example:
$$SYF.MM/dd/yy h:mmaa$ -> "04/06/70 3:23am"
$$SYF.MMM dd, yyyy h:mmaa$ -> "Apr 6, 1970 3:23am"
$$SYF.MMMM dd, yyyy h:mmaa$ -> "April 6, 1970 3:23am"
$$SYF.E, MMMM dd, yyyy h:mmaa$ -> "Mon, April 6, 1970 3:23am&
$$SYF.EEEE, MMMM dd, yyyy h:mmaa$ shows "Monday, April 6, 1970 3:23am"
- Added parameters for tags NWCDMALAT, NWCDMALON. Now you can set format for display latitude, longitude. For example $$NWCDMALAT%.2f$ shows latitude with two digit after point. For more info see http://developer.android.com/reference/java/util/Formatter.html#format(java.lang.String, java.lang.Object...)
Currently allowed Actions for tap event:
- Run widget config
- Toggle Wi-Fi
- Toggle Bluetooth
- Show settings to allow configuration of APNs.
- Show settings to allow configuration of Bluetooth.
- Show settings for selection of 2G/3G.
- Show settings to allow configuration of date and time.
- Show general device information settings (serial number, software version, phone number, etc.).
- Show settings to allow configuration of display.
- Show settings to configure input methods, in particular allowing the user to enable input methods.
- Show settings for internal storage.
- Show settings to allow configuration of locale.
- Show settings to allow configuration of current location sources.
- Show settings to manage all applications.
- Show settings to manage installed applications.
- Show settings for memory card storage.
- Show settings for selecting the network operator.
- Show settings to allow configuration of quick launch shortcuts.
- Show system settings.
- Show settings to allow configuration of sound and volume.
- Show settings to allow configuration of sync settings.
- Show settings to allow configuration of a static IP address for Wi-Fi.
- Show settings to allow configuration of Wi-Fi.
- Show settings to allow configuration of wireless controls such as Wi-Fi, Bluetooth and Mobile networks.