Skip to content

Commit

Permalink
Remove test data and add an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi committed Jan 25, 2022
1 parent 4fba770 commit 2398d6b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 42 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
targetSdk = 31

versionName = System.getenv("VERSION") ?: "LOCAL"
versionCode = System.getenv("VERSION_CODE")?.toIntOrNull() ?: 9
versionCode = System.getenv("VERSION_CODE")?.toIntOrNull() ?: 1

manifestPlaceholders["sentryRelease"] = "$applicationId@$versionName"
}
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/drawable/ic_github.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path android:fillColor="@color/colorAccent" android:pathData="M12,2A10,10 0 0,0 2,12C2,16.42 4.87,20.17 8.84,21.5C9.34,21.58 9.5,21.27 9.5,21C9.5,20.77 9.5,20.14 9.5,19.31C6.73,19.91 6.14,17.97 6.14,17.97C5.68,16.81 5.03,16.5 5.03,16.5C4.12,15.88 5.1,15.9 5.1,15.9C6.1,15.97 6.63,16.93 6.63,16.93C7.5,18.45 8.97,18 9.54,17.76C9.63,17.11 9.89,16.67 10.17,16.42C7.95,16.17 5.62,15.31 5.62,11.5C5.62,10.39 6,9.5 6.65,8.79C6.55,8.54 6.2,7.5 6.75,6.15C6.75,6.15 7.59,5.88 9.5,7.17C10.29,6.95 11.15,6.84 12,6.84C12.85,6.84 13.71,6.95 14.5,7.17C16.41,5.88 17.25,6.15 17.25,6.15C17.8,7.5 17.45,8.54 17.35,8.79C18,9.5 18.38,10.39 18.38,11.5C18.38,15.32 16.04,16.16 13.81,16.41C14.17,16.72 14.5,17.33 14.5,18.26C14.5,19.6 14.5,20.68 14.5,21C14.5,21.27 14.66,21.59 15.17,21.5C19.14,20.16 22,16.42 22,12A10,10 0 0,0 12,2Z" />
</vector>
56 changes: 15 additions & 41 deletions app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,20 @@
<changelog xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingDefaultResource">
<release version="Beta">
<change>&lt;b&gt;Breaking Change:&lt;/b&gt; Reconfigure all widgets, sorry!</change>
<change>Amazing new feature you just can't believe that requires a longer explanation than most that should continue to push down the page as I keep typing this out.</change>
<change>Totally new and shiny version</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>
<change>First release</change>


<change>&lt;b&gt;Breaking Change:&lt;/b&gt; Local Push notifications directly from your Home Assistant instance. The app will need to maintain a consistent websocket connection by using a persistent notification. You are free to minimize the notification channel to hide the icon.</change>
<change>Add change log dialog to show when the app is updated. Can also be accessed in settings.</change>
<change>Minor design changes to Manage Widgets page</change>
<change>Add notification channel settings so they are easier to find</change>
<change>Add icons to settings</change>
<change>Improve reliability of opening entity information from device controls</change>
<change>Open the app from persistent websocket notification</change>
<change>Improvements to Websocket Settings page</change>
<change>Minimal build fixes</change>
<change>Editing Wear OS Template Tile from phone settings</change>
<change>Add support for button and input_button domains in device controls</change>
<change>Add mount state sensor for Quest Devices</change>
<change>Minimal version fixes to remove Google dependencies</change>
<change>Lots of miscellaneous bug fixes</change>
<change>Dependency updates</change>
</release>
</changelog>
1 change: 1 addition & 0 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
<Preference
android:key="changelog_github"
android:title="@string/changelog"
android:icon="@drawable/ic_github"
android:summary="https://github.com/home-assistant/android/releases"
app:enableCopying="true" />
<Preference
Expand Down

0 comments on commit 2398d6b

Please sign in to comment.