summaryrefslogtreecommitdiff
path: root/altosdroid/Makefile.am
Commit message (Collapse)AuthorAge
* altosdroid: Hack up build to 'work' for nowKeith Packard2019-08-04
| | | | | | | | | | Android apps are now build with gradle instead of ant; the ant bits are stale and only work with old java. Use old java to run ant while using the current java compiler to build things. This requires a custom version of the google play API library. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Deal with multiple installed android SDKsKeith Packard2016-06-29
| | | | | | Use the latest SDK's zipalign Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Add idle mode monitoring, reboot. Start ignitersKeith Packard2016-04-25
| | | | | | | This adds three idle mode operations -- monitor idle, reboot flight computer and test igniters. The igniter test isn't quite wired up. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Cleanup Makefile.amKeith Packard2015-07-11
| | | | | | | Avoid re-creating library symlinks. Make builds depend on resource files too. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Look for zipalign in the new place tooKeith Packard2015-05-28
| | | | | | This build tool moved for some reason... Signed-off-by: Keith Packard <keithp@keithp.com>
* reflect filename changes in LLC repoBdale Garbee2014-09-13
|
* altosdroid: Automatically sign the released version if the key is availableKeith Packard2014-09-13
| | | | | | | Look in ~/altusmetrumllc for release.keystore and Passphrase and enable building and signing of the release binary. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Altosdroid build doesn't work in parallel, so stop tryingKeith Packard2014-06-11
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: improve build system dependenciesMike Beattie2013-12-20
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: force older jarsigner signing algorithm for java 1.7Mike Beattie2013-12-20
| | | | | | (increment versionCode, re-upload to Play Store) Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: adjust clean targets to get rid of automake warningMike Beattie2013-03-10
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: adjust release Makefile targetMike Beattie2013-03-07
| | | | | | | | * Rename target * Add dependency on unsigned release APK * use $(ZIPALIGN) variable Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: Symlink red/green/gray LEDs via build systemMike Beattie2013-03-07
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: Adjust build system for GMaps & Tabs supportMike Beattie2013-03-07
| | | | | | | | | * Use SupportV4 library for Tab support * Use Google Services Lib for Google Maps * revert to a standard Android target, not Google API's * Add permissions required for Google Maps to manifest, and API key Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: adjust Makefile rulesMike Beattie2013-03-07
| | | | | | separate altoslib linking and, making of external lib directory. Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: use a glob for source filesMike Beattie2013-03-07
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: Only update BuildInfo.java when other source files changeMike Beattie2013-03-07
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* Merge remote-tracking branch 'mjb/master'Keith Packard2013-02-10
|\
| * altosdroid: initial release to Play Storealtosdroid_v1.1.9.3Mike Beattie2013-01-29
| | | | | | | | | | | | | | | | | | * Add release keystore (encrypted) * Turn off debugging in UI * add 'sign' target to Makefile.am * Update version string in AndroidManifest.xml to match released version of altosui. Signed-off-by: Mike Beattie <mike@ethernal.org>
* | Add version numbers to java librariesKeith Packard2013-01-29
|/ | | | | | | Make our private java library names include a version number so we can ship and install multiple versions at the same time. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: add autogenerated BuildInfo.javaMike Beattie2012-10-22
| | | | | | | | * Generated by shell script that parses git describe * Makefile rule to call script on every run * also includes eclipse hooks to call shell script on build Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: initial implementation of telemetry logging.Mike Beattie2012-09-18
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: Update Makefile.amMike Beattie2012-09-18
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: update Makefile.am for source file changes.Mike Beattie2012-08-28
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* Re-work external lib support for newer Android SDKMike Beattie2012-08-02
| | | | | | | | * Remove older *.properties methods of locating lib dir * clean up Eclipse classpath file * adjust Makefile.am to link AltosLib.jar into libs/ Signed-off-by: Mike Beattie <mike@ethernal.org>
* Add TelemetryService.java and associated filesMike Beattie2012-06-02
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* Demonstrate using AltosLib from altosdroidKeith Packard2012-06-02
| | | | | | | | Get things hooked up so that we can use AltosLib functions from the android application; it's a bit of a hack at present, but appears to work. Some more 'official' technique would be nice... Signed-off-by: Keith Packard <keithp@keithp.com>
* Add altosdroid/Makefile.amKeith Packard2012-06-02