]> Pileus Git - ~andy/spades/commit
Updates for Android SDK 23.
authorJake Whiteley <the.jake.whiteley@gmail.com>
Sun, 29 May 2016 23:19:20 +0000 (19:19 -0400)
committerAndy Spencer <andy753421@gmail.com>
Mon, 30 May 2016 00:23:42 +0000 (00:23 +0000)
commit6582da310a4a06328cafea1fef228db5676345ce
tree9aec0bb1c11ba8808b62b094d65feae843979d01
parent75b779d1b9b18342f7387acf6c2fdc00d4d0faa7
Updates for Android SDK 23.

AndroidManifest:
  Updated to reflect new required SDK: 18.

common.mk:
  Update to use current build tools and for my directory layout.
  Will investigate using variables for build system.

src/Task.java
  Use NotificationBuilder for Task notification
  Run is no longer overridden ?
  Use OnStartCommand instead of onStart.
AndroidManifest.xml
common.mk
src/Task.java