Skip to content

Commit

Permalink
update readme, only start update if online
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Oct 27, 2020
1 parent 126dae2 commit ad6304c
Show file tree
Hide file tree
Showing 48 changed files with 65 additions and 5,652 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
/Resources
/platform
/i18n
/app/Resources
/app/platform
/app/i18n
build.log
build
npm-debug.log
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@

The widget is a basic Android Home widget that will read Ti.App.Properties and writes them into XML fields. The app will run a foreground service (the icon in the top left corner) and collects data every 30mins. This data is forwarded to the widget.

## Use

APK is available in the <a href="https://github.com/m1ga/ti.coronawidget/releases/">release section</a> (no store version yet).
* download APK
* install APK
* add the Widget to your home screen
* start the app
* set places and press "Force update"

**Note**
There are still some bugs and features that could be implemented:
* currently no "1 place" widget
* if the icon is gone you have to restart the app to get new updates. Sometimes the system will kill the background process

## Build
### Widget

Expand Down
1 change: 0 additions & 1 deletion app/Resources/alloy/CFG.js

This file was deleted.

5 changes: 0 additions & 5 deletions app/Resources/android/alloy.bootstrap.js

This file was deleted.

Loading

0 comments on commit ad6304c

Please sign in to comment.