Skip to content

Releases: CominAtYou/BatteryTile

v1.7.0

14 Jun 09:52
2f12665
Compare
Choose a tag to compare

What's New

  • Added a wattage formatter to the tile – use it with %w! (Resolves #11)
    • Please note that the wattage formatter won't show up in the list for Ukrainian, as I don't have the ability to localise strings into Ukrainian. However, the formatter will work just fine if you choose to use it.
  • The app has been localised into Turkish. (Added by @mikropsoft in #10)

v1.6.0

06 Mar 20:14
78311b0
Compare
Choose a tag to compare

This version exists solely to incorporate improvements contributed by @thevllad.

What's New

  • Dynamic app icon colors have been added! The app's icon, when viewed in Settings, will now reflect your system accent color on Android 12 and above.
  • The app has been localised into Ukranian.
  • You can now copy the ADB command from the warning dialog itself - no more having to manually type it out by hand.

Bug Fixes

  • Addresses an issue where text would overflow for text that is particularly long.
  • Fixes an issue where the tile's title would always display "Battery", regardless of your device's language.

v1.5.1

03 Feb 03:01
72bbc94
Compare
Choose a tag to compare

Changes

  • The "Dynamic Tile Icon" setting is now on by default.

Bug Fixes

  • Fixed an issue where the tile wouldn't display correctly when "Act as Battery Saver Tile" was on.
  • Fixed an issue where the app would crash after dismissing the quick settings panel when "Act as Battery Saver Tile" was on.

v1.5.0

11 Sep 05:46
cc61dd6
Compare
Choose a tag to compare

Changes

  • Added localizations for American and Canadian English.
    • If your system language isn't one of those languages, the app will fall back to British English.
  • The "edit tile text" activity will now automatically dismiss itself when the save button is pressed.
  • Added more precision to voltage info. It'll now show up as with an extra two digits of precision, such as 4.13 instead of just 4.

Bug Fixes

  • Fixed the current being incorrectly reported on Samsung devices.
  • Fixed the precision of the Celsius temperature - it's now displayed with an extra decimal of precision.

This release resolves #6.

v1.4.0

24 Jun 22:07
3d1763f
Compare
Choose a tag to compare

Changes

  • Resolves #4:
    • You can now customize the text displayed on the tile, based on whether or not your device is charging. You can display almost anything, and include the battery temperature, current, and percentage.
    • An option has been added to have the tile icon display the power source when charging.
    • Added an option to specify when the tile should display as on. Can be set to "Always", "When Charging", or "Never".

All of these can be enabled in Settings.

Bug Fixes

  • Fixed an issue where some settings could conflict with each other.
  • Fixed an issue where the tile sometimes won't display as the Battery Saver tile when "Act as Battery Saver tile" is enabled.

v1.3.1

27 May 18:40
79227ef
Compare
Choose a tag to compare

Changes

  • Fixes an issue where battery info won't be shown on devices that don't properly support tile subtitles by adding an option to display battery info in the tile's title.
    • This can be enabled by tapping on the "Additional settings in the app" or "In-app notification settings" button (or your device's equivalent) on the app's "App info" page within your Settings app.

v1.3.0

27 May 07:33
3a89849
Compare
Choose a tag to compare

Changes

It's been a while since I've published a release, but I'm still around. Here's what's new in this release:

  • Adds an option to have the tile to act as the Battery Saver tile, which will allow you to turn Battery Saver on and off by tapping the tile. This can be enabled in the app's "App info" page in your Settings app (usually under the "Apps" category), under a button labelled "Additional settings in the app," "In-app notification settings," or something else entirely, depending on your device. (#2)
    • This feature is very experimental right now. It comes with some limitations, all of which the app will let you know when you try to enable it.

v1.2.1

28 Jan 17:43
c0891f3
Compare
Choose a tag to compare

Changes

  • Fixed an issue where the tile would show "0m left until full" when less than a minute was left.

v1.2.0

25 Jan 03:57
c41141e
Compare
Choose a tag to compare

Changes

It's been a while since I've made any updates to the app, but here's what's new in 1.2.0!

  • When charging, the tile will display an estimate of the time remaining until the battery is full.
    • This feature is completely dependent on Android handing over an estimate, so it may take a bit to show up.
  • Bullets are now used to separate percentages and information. So, instead of Charged, 100% being displayed on the tile, you'll see 100% • Charged.
  • Strings are now stored as string resources.

v1.1.0

13 Jun 18:23
14e35f0
Compare
Choose a tag to compare

Changes

  • When the battery is fully charged, the tile will read "Charged, 100%."
  • Removed unnecessary XML.
  • Refactored code.