summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Fix key in AndroidManifest.xml.inKeith Packard2016-04-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.3Keith Packard2016-04-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Prepare for new Android release by updating version numberKeith Packard2016-04-21
| | | | | | 10->11 Signed-off-by: Keith Packard <keithp@keithp.com>
* AltosDroid play store keys have moved, update configure.acKeith Packard2016-04-21
| | | | | | | The actual build files were already updated, but the configure.ac bits which detect that they are available were not. Signed-off-by: Keith Packard <keithp@keithp.com>
* Update java library version numbersKeith Packard2016-04-21
| | | | | | Prepare for 1.6.3 release. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-makebinKeith Packard2016-03-18
| | | | | | | | This constructs a raw binary or DFU format file for use with dfu-util, which can be used with a bare STM processor to load code before the boot loader is available. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-chaosreadKeith Packard2016-03-02
| | | | | | This reads from the raw descriptor to help validate the hardware. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.2, altosdroid to 10Keith Packard2016-01-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Update java library versionsKeith Packard2016-01-10
| | | | | | altoslib is API incompatible with 1.6.1 release due to altos.state updates. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump release number to 1.6.1.1Keith Packard2015-10-13
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump Java library versionsKeith Packard2015-07-15
| | | | | | Avoid problems if you have an old version of the library installed Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump configure.ac versions to 1.6.1Keith Packard2015-07-15
| | | | | | And set android version to 9 Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.0.4 (android version 8)1.6.0.4Keith Packard2015-07-11
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Generate Android version info from configure.acKeith Packard2015-07-11
| | | | | | This avoids having version data in two places. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.0.31.6.0.3Keith Packard2015-06-23
| | | | | | Mark the release of 1.6.0.3 altosdroid Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Create ao-cal-freqKeith Packard2015-06-05
| | | | | | | Create C-based frequency calibration program to replace shell script which isn't reliable. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosuilib: Get rid of AltosUIVersion.javaKeith Packard2015-05-26
| | | | | | It's been moved to altoslib/AltosVersion.java Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: More frobbing with new map bitsKeith Packard2015-05-25
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Build AltosVersion.java in configure.acKeith Packard2015-05-25
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Flip version to 1.6.0.2Keith Packard2015-05-19
| | | | | | Tag a version for development builds Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump java library versionsKeith Packard2015-02-07
| | | | | | | Lots of minor API/ABI changes; make sure people can install both 1.5 and 1.6 at the same time. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Clear saved TelemetryReader state instead of resetting in ScanUIKeith Packard2015-02-07
| | | | | | | Instead of attempting to mash the saved state from AltosScanUI, just throw it away in AltosTelemetryReader.reset. Much cleaner, and more reliable. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-usbtrng to dump RNG data for testingKeith Packard2015-01-26
| | | | | | | ao-usbtrng reads a specified number of kilobytes of random data from a random number generator. Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.5.9.11.5.9.1Keith Packard2015-01-16
|
* 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>
* Mark master branch as past the 1.5 pointKeith Packard2014-09-13
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-test-gps programKeith Packard2014-09-12
| | | | | | This waits for GPS to report lock Signed-off-by: Keith Packard <keithp@keithp.com>
* configure: Add --disable-install-shared-mime-info optionKeith Packard2014-09-10
| | | | | | | | This inhibits the installation of the shared mime info data file and updating of the shared mime database. Necessary if you want to use a distribution-specific shared mime installation hook, like dh_installmime Signed-off-by: Keith Packard <keithp@keithp.com>
* Tag version 1.4.9.31.4.9.3Keith Packard2014-09-09
| | | | | | This should be the final firmware version for 1.5 Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ao-tools/ao-cal-accelKeith Packard2014-08-18
| | | | | | This C version may be more reliable than the nickle version Signed-off-by: Keith Packard <keithp@keithp.com>
* Use -ldl when testing whether -m32 and -m64 builds workKeith Packard2014-08-17
| | | | | | | We only need -ldl, and not -lbluetooth now that libaltos uses dlopen on the bluetooth library Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.4.9.21.4.9.2Keith Packard2014-07-14
|
* Bump version to 1.4.9.1 -- on the way to 1.51.4.9.1Keith Packard2014-07-06
|
* Bump version to 1.4.1.1Keith Packard2014-06-24
|
* ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flashKeith Packard2014-06-22
| | | | | | C versions of the test programs used to validate hardware prior to ship Signed-off-by: Keith Packard <keithp@keithp.com>
* java: Bump java library versions for next releaseKeith Packard2014-06-16
| | | | | | Prepare for future release by bumping java versions now Signed-off-by: Keith Packard <keithp@keithp.com>
* tagging 1.4 releaseBdale Garbee2014-06-15
|
* Bump to version 1.3.2.41.3.2.4Keith Packard2014-06-07
|
* Set version to 1.3.2.31.3.2.3Keith Packard2014-06-07
| | | | | | Mayhem 2014 Saturday 2014-6-7 Signed-off-by: Keith Packard <keithp@keithp.com>
* Mark version 1.3.2.2Keith Packard2014-05-28
| | | | | | Preliminary 1.3.3 version (1.4?) Signed-off-by: Keith Packard <keithp@keithp.com>
* telegps: Add first version of telegpsKeith Packard2014-05-28
| | | | | | Not much implemented yet, but a shell of the UI and the map Signed-off-by: Keith Packard <keithp@keithp.com>
* altosuilib: Add google maps API key, configured with -with-google-keyKeith Packard2014-05-28
| | | | | | | | | | | This places the actual key outside of the repository, allowing the user to configure the name of the file containing the key. By default, this pulls the key from $HOME/altusmetrumllc/google-maps-api-key. With the key present, there are no longer any rate limits to loading map data. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2Keith Packard2014-05-25
| | | | | | API has changed for these libraries, time to bump the file versions Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.3.3Keith Packard2014-04-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Rename 'core' to 'kernel'Keith Packard2014-04-05
| | | | | | | core remains a bad name to use -- dirvish skips files (and directories, it seems) with that name. Signed-off-by: Keith Packard <keithp@keithp.com>
* Mark development sequence to 1.3.3 by bumping version to 1.3.2.1Keith Packard2014-02-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Move .desktop and icon management out of debian dirKeith Packard2014-02-16
| | | | | | | This constructs a .desktop file from a template and installs it, along with suitable .svg icons, during the normal build process Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.3.2 in preparation for releaseKeith Packard2014-01-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* set version to 1.3.1 for releaseBdale Garbee2014-01-21
|
* set version to 1.3.0.2 for test flights this weekendBdale Garbee2014-01-17
|