Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Oct 20, 2020
1 parent cf0af42 commit 126dae2
Show file tree
Hide file tree
Showing 63 changed files with 5,691 additions and 46 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Appclerator Titanium Covid-19 widget for Android
<img src="preview.png"/>

<p>
<img src="preview0.jpg"/><br/>
<small><i>Widget</i></small>
</p>

<p>
<img src="preview1.png"/><br/>
<small><i>Widget selection</i></small>
</p>

<p>
<img src="preview2.png"/><br/>
<small><i>App settings</i></small>
</p>

<hr/>

## Content
* Appcelerator Titanum app (<a href="/app">app folder</a>)
Expand Down
1 change: 1 addition & 0 deletions app/Resources/alloy/CFG.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports={"dependencies":{}};
5 changes: 5 additions & 0 deletions app/Resources/android/alloy.bootstrap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var Alloy = require('/alloy');

global.Alloy = Alloy;
global._ = Alloy._;
global.Backbone = Alloy.Backbone;
Loading

0 comments on commit 126dae2

Please sign in to comment.