Skip to content

Commit

Permalink
[+] Added a dedicated changelist file
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomchi committed Nov 8, 2011
1 parent 679ca85 commit 9a0c0ac
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 77 deletions.
89 changes: 89 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,89 @@
Android Dual Battery Widget
===========================
Changelog
---------

**Legend:**
[!] Bugfix
[\*] Changed feature
[+] Added feature
[-] Removed feature

--

**Update 2011-11-06: v0.8.3.2**
[!] Possible fix for running out of memory when rendering the x axis on the chart
[!] Fix for the "square chart" phenomenon
[\*] Moved the temperature unit to the actionbar

**Update 2011-10-26: v0.8.3**
[!] Temporary fix for the disappearing battery chart issue

**Update 2011-10-22: v0.8.2**
[+] Added Chinese Traditional and Simplified, Italian translations
[+] Dock status descriptions in feedback message
[\*] Fix for the recent Aces firmware update. 0% battery dock support
[\*] Battery chart grid uses much better values
[!] Various bug fixes

**Update 2011-10-10: v0.8**
[!] Sometimes the dock wasn't identified after a long sleep cycle
[!] Battery chart will only load the last 7 days of history by default
[!] Battery voltage reported incorrectly
[+] Added Chinese and German translations
[+] Added multiple widget sizes for non HC devices

**Update 2011-07-04: v0.7.7**
[+] Added japanese translation
[*] Added missing bits for french and spanish translations
[+] Added battery status logging, and chart for honeycomb devices

**Update 2011-07-03: v0.7.6**
[!] Rare service crash fixed
[!] Settings dialog will always attach to the right widget
[-] Removed the kernel alert dialog
[+] Spanish and French translations added (missing a few phrases atm)
[+] Settings window shows current values now
[+] Buttons to system battery info and summary windows!

**Update 2011-06-27: v0.7.5.1**
[!] Fixed a couple service crash bugs
[!] Fixed the About dialog
[+] Saving the last charged timestamp
[+] Saving the last known dock battery level
[+] Adding margin option for the widget
[+] Dock label text can be black
[+] Last known dock battery level images (black and white)

**Update 2011-06-21: v0.7.2**
[!] Service was losing the broadcast receiver for no reason...
[!] Fixed the about dialog being "glued" to the kernel alert dialog in the settings area

**Update 2011-06-20: v0.7**
[!] Battery saving mode was too aggressive... Android killing widget.. Battery status monitor service added
[+] Monitoring the last time that the dock was connected (shown in the batt info screen)
[+] Displaying an alert if your device doesn't seem to support the dock notifications

**Update 2011-06-19: v0.6.5**
[+] New 10-step icons for the batteries

**Update 2011-06-19: v0.6**
[+] Showing battery info / widget properties / other info on widget click
[+] Option to select which battery to display
[-] Removing the battery dock options on devices without the dock
[+] Stack trace catcher (for the error reports)
[!] not recognizing dock on first boot
[+] Feedback form
[+] About dialog

**Update 2011-06-06: v0.5.2**
[!] Fixed the bug when the widget wasn't added to the user's homescreen
[+] Showing the battery info when the widget is tapped

**Update 2011-06-15: v0.5**
New features added:

* Widget options dialog with text position and text size options
* Ability to hide secondary battery when it's not connected
* Battery charging indicator
* Still working on new proper icons, so for now just made a basic charging "bolt"... Working on some proper, unified design
79 changes: 2 additions & 77 deletions README.md
@@ -1,5 +1,5 @@
Android Dual Battery Widget Android Dual Battery Widget
--------------------------- ===========================
It'll show two batteries, for the standard and the dock battery. If the device doesn't have the secondary battery It'll show two batteries, for the standard and the dock battery. If the device doesn't have the secondary battery
(if it's not the Asus Eee Pad Transformer) it will hide the second battery (if it's not the Asus Eee Pad Transformer) it will hide the second battery


Expand All @@ -12,79 +12,4 @@ You can install it from the android market here: https://market.android.com/deta
appear in the widget list after installation. To refresh the widget list, you should either restart your device, appear in the widget list after installation. To refresh the widget list, you should either restart your device,
or restart the launcher app (Settings -> Applications -> Manage applications -> All -> Launcher -> Force stop) or restart the launcher app (Settings -> Applications -> Manage applications -> All -> Launcher -> Force stop)


**Update 2011-11-06: v0.8.3.2** Recent changes can be found in [CHANGELIST.md](https://github.com/artiomchi/Dual-Battery-Widget/edit/master/CHANGELIST.md "Dual Battery Widget changelist")
[!] Possible fix for running out of memory when rendering the x axis on the chart
[!] Fix for the "square chart" phenomenon
[\*] Moved the temperature unit to the actionbar

**Update 2011-10-26: v0.8.3**
[!] Temporary fix for the disappearing battery chart issue

**Update 2011-10-22: v0.8.2**
[+] Added Chinese Traditional and Simplified, Italian translations
[+] Dock status descriptions in feedback message
[\*] Fix for the recent Aces firmware update. 0% battery dock support
[\*] Battery chart grid uses much better values
[!] Various bug fixes

**Update 2011-10-10: v0.8**
[!] Sometimes the dock wasn't identified after a long sleep cycle
[!] Battery chart will only load the last 7 days of history by default
[!] Battery voltage reported incorrectly
[+] Added Chinese and German translations
[+] Added multiple widget sizes for non HC devices

**Update 2011-07-04: v0.7.7**
[+] Added japanese translation
[*] Added missing bits for french and spanish translations
[+] Added battery status logging, and chart for honeycomb devices

**Update 2011-07-03: v0.7.6**
[!] Rare service crash fixed
[!] Settings dialog will always attach to the right widget
[-] Removed the kernel alert dialog
[+] Spanish and French translations added (missing a few phrases atm)
[+] Settings window shows current values now
[+] Buttons to system battery info and summary windows!

**Update 2011-06-27: v0.7.5.1**
[!] Fixed a couple service crash bugs
[!] Fixed the About dialog
[+] Saving the last charged timestamp
[+] Saving the last known dock battery level
[+] Adding margin option for the widget
[+] Dock label text can be black
[+] Last known dock battery level images (black and white)

**Update 2011-06-21: v0.7.2**
[!] Service was losing the broadcast receiver for no reason...
[!] Fixed the about dialog being "glued" to the kernel alert dialog in the settings area

**Update 2011-06-20: v0.7**
[!] Battery saving mode was too aggressive... Android killing widget.. Battery status monitor service added
[+] Monitoring the last time that the dock was connected (shown in the batt info screen)
[+] Displaying an alert if your device doesn't seem to support the dock notifications

**Update 2011-06-19: v0.6.5**
[+] New 10-step icons for the batteries

**Update 2011-06-19: v0.6**
[+] Showing battery info / widget properties / other info on widget click
[+] Option to select which battery to display
[-] Removing the battery dock options on devices without the dock
[+] Stack trace catcher (for the error reports)
[!] not recognizing dock on first boot
[+] Feedback form
[+] About dialog

**Update 2011-06-06: v0.5.2**
[!] Fixed the bug when the widget wasn't added to the user's homescreen
[+] Showing the battery info when the widget is tapped

**Update 2011-06-15: v0.5**
New features added:

* Widget options dialog with text position and text size options
* Ability to hide secondary battery when it's not connected
* Battery charging indicator
* Still working on new proper icons, so for now just made a basic charging "bolt"... Working on some proper, unified design

0 comments on commit 9a0c0ac

Please sign in to comment.