Commit graph

111 commits

Author SHA1 Message Date
Aidan Follestad
a8bcc60496 Debounce clicks on list items in the main screen 2018-11-30 14:25:52 -08:00
Aidan Follestad
3507aec3db Don't need to showcase F-Droid. 2018-11-30 14:03:35 -08:00
Aidan Follestad
7e500fc1ed Add issue and pull request templates 2018-11-30 13:59:59 -08:00
Aidan Follestad
999502802a Manage 'app is open' state from the Application class 2018-11-30 13:54:01 -08:00
Aidan Follestad
eeaa68dbe2 Ensure we have scheduled jobs when the system boots or when the app starts. 2018-11-30 12:27:07 -08:00
Aidan Follestad
d1672a6c5e Create notification channels when app is startwd, add logging to notification manager 2018-11-30 12:01:08 -08:00
Aidan Follestad
0785c36b2a Move script validation mode UI into included layout, resolve lint error with Rhino by ignoring it, etc. 2018-11-30 11:35:43 -08:00
Aidan Follestad
c7a8148d3c Various fixes and behavioral tweaks 2018-11-30 10:45:22 -08:00
Aidan Follestad
56eb67d825 Update all deps, re-write everything in Kotlin, use Dagger, etc. 2018-11-29 23:43:28 -08:00
Aidan Follestad
8a6cb18ae6 Library usage updates 2018-01-05 15:05:46 -06:00
Aidan Follestad
bc6a7bb559 Dependency, gradle, etc. updates 2018-01-05 14:47:29 -06:00
Aidan Follestad
c711ca9e57 Added F-Droid badge 2017-10-02 12:51:05 -05:00
anoy
dfb01f0304 added F-Droid badge
refs #6
2017-10-02 10:00:21 +02:00
Aidan Follestad
8ec5280a01 Added spotless plugin 2017-06-10 12:30:15 -05:00
Aidan Follestad
ac36b94233 Merge pull request #5 from arose13/master
proper way to reference intent actions
2017-03-05 13:31:15 -06:00
Anthony
32b17ed5d3 proper way to reference intent actions 2017-03-04 21:42:24 -05:00
Aidan Follestad
beece8c0c1 0.1.3.1 2016-09-02 15:08:23 -05:00
Aidan Follestad
680f6b2931 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/build.gradle
2016-09-02 15:05:06 -05:00
Aidan Follestad
b32880ca9d 0.1.2.3 2016-09-02 15:04:24 -05:00
Aidan Follestad
22b6501745 Build Tools 24.0.1 2016-08-24 20:29:01 -05:00
Aidan Follestad
084db24a2e 0.1.3.0 2016-08-24 20:28:04 -05:00
Aidan Follestad
c44e7779b0 Updated the APK 2016-08-24 20:05:24 -05:00
Aidan Follestad
ec76b96a44 Switched the service to an IntentService so checks are queued 2016-08-24 20:01:55 -05:00
Aidan Follestad
5e1253b13d Google lib updates 2016-08-17 13:55:22 -05:00
Aidan Follestad
88aa59f3d5 0.1.2.2 2016-08-08 13:28:30 -05:00
Aidan Follestad
532c9584ef 0.1.2.1 2016-08-06 10:54:03 -05:00
Aidan Follestad
218e9efafb Updated showcase image 2016-08-06 00:53:29 -05:00
Aidan Follestad
665ab6ad7c Quick fix, 0.1.2.0 again 2016-08-06 00:44:57 -05:00
Aidan Follestad
e2f47e6a22 Updated lint options to fix Travis.ci builds 2016-08-06 00:36:21 -05:00
Aidan Follestad
77d3df7472 0.1.2.0 2016-08-06 00:28:44 -05:00
Aidan Follestad
08a0d42f65 Added different types of validation in addition to status code checks, including custom JavaScript evaluation. 2016-08-06 00:25:56 -05:00
Aidan Follestad
ef8031d848 0.1.1.0 2016-08-02 13:15:30 -05:00
Aidan Follestad
a14f0d8fc3 New icon by Kevin Aguilar 2016-08-02 12:44:40 -05:00
Aidan Follestad
9b37ed539f Merge branch 'master' of github.com:afollestad/nock-nock 2016-08-01 16:06:07 -05:00
Aidan Follestad
e3495f4ebb Added network state permission 2016-08-01 15:52:04 -05:00
Aidan Follestad
2e5303d31e If there is no internet, app will wait until internet is connected to perform full checks. 2016-08-01 15:50:58 -05:00
Aidan Follestad
269f60ae0f Merge pull request #1 from MSF-Jarvis/patch-1
Fix Travis-CI builds
2016-08-01 09:50:47 -05:00
Harsh Shandilya
7d76a75b4f [1/2] Fix Travis-CI builds 2016-08-01 11:38:37 +05:30
Aidan Follestad
6f6c649241 0.1.0.2 2016-07-31 14:51:17 -05:00
Aidan Follestad
6c3a483287 0.1.0.2 2016-07-31 13:25:26 -05:00
Aidan Follestad
ad5337ef50 Notification auto dismisses when clicked. If no scheme is specified in URLs, http is automatically added to the front. If non HTTP schemes are used, a warning is shown. 2016-07-31 13:23:21 -05:00
Aidan Follestad
a25c0baee2 One more 0.1.0.1 build. Misc fixes. 2016-07-30 19:57:16 -05:00
Aidan Follestad
f119e07422 0.1.0.1 2016-07-30 19:45:45 -05:00
Aidan Follestad
fbfa7e6d66 Fixed gradlew permissions 2016-07-30 18:18:48 -05:00
Aidan Follestad
5be3b4dde6 Made badge smaller 2016-07-30 18:15:17 -05:00
Aidan Follestad
3b40c7e6a6 Added Google Play badge 2016-07-30 18:14:52 -05:00
Aidan Follestad
51ac702802 Incremented version 2016-07-30 18:12:37 -05:00
Aidan Follestad
a1865ee809 Added license, added Travis.ci 2016-07-30 18:11:04 -05:00
Aidan Follestad
f3c3237f1e Alarms are set when phone reboots. Added README. 2016-07-30 18:05:26 -05:00
Aidan Follestad
02df162526 Added custom user agent to default headers so users can track when the app actually contacts their servers. 2016-07-30 17:43:28 -05:00