Commit Graph

175 Commits

Author SHA1 Message Date
Doug Keen 8e05310db5 Bump build number 2017-03-26 08:41:23 -07:00
Doug Keen dfaa261770 Add Warm Springs station 2017-03-26 08:37:59 -07:00
Doug Keen 287510b284 Update build tools in travis config 2017-03-04 14:12:54 -08:00
Doug Keen 43b16d38c5 Fix weird gradle upgrade hiccup 2017-03-04 13:28:25 -08:00
Doug Keen 66a3f80ee0 Shrink map file size 2017-03-04 13:26:25 -08:00
Doug Keen c473e9ea56 Build tools upgrade 2017-03-04 13:26:04 -08:00
Doug Keen cf0bf7b527 Merge pull request #14 from loadedion/master
Return to route list after app has been backgrounded for 3+ hours
2017-03-04 13:24:02 -08:00
loadedion 9c0b431b0b Return to route list after app has been backgrounded for 3+ hours 2017-02-28 15:55:40 -08:00
loadedion 1e92f7c43b Increment gradle plugin to 2.2.3
* To support instant run
2017-02-28 15:50:45 -08:00
Doug Keen 3d1412d94d Bump build number 2016-11-09 20:25:55 -08:00
Doug Keen 589e1c0432 Get back/home button up on map activity 2016-11-09 20:25:42 -08:00
Doug Keen ba11a82221 Better map view 2016-11-06 08:28:26 -08:00
Doug Keen 3c7429218a Update map 2016-11-02 20:18:46 -07:00
Doug Keen 756545d491 Add swap button to route form 2016-11-02 18:34:42 -07:00
Doug Keen 44b1a1983a Better handling of BART API errors 2016-11-02 18:15:55 -07:00
Doug Keen 226104ea10 Show error text on screen instead of a toast 2016-11-02 18:15:09 -07:00
Doug Keen 62df6c476e Protect against null fares 2016-11-02 18:14:49 -07:00
Doug Keen 1c3816fc49 Upgrade sdk and build tools for drag-sort-listview submodule 2016-10-30 21:35:12 -07:00
Doug Keen daad250bb9 Forgot to update sdk/build tools in .travis.yml 2016-10-30 21:25:36 -07:00
Doug Keen 7393663fef Upgrade target SDKs and build tools. Increment version number. 2016-10-30 21:20:08 -07:00
Doug Keen 6dc026fa67 Fix departure alarms 2016-10-30 21:19:52 -07:00
Doug Keen d77d80e39e Use appropriate AlarmManager methods for different API levels 2016-10-28 07:07:01 -07:00
Doug Keen dd854d0243 Upgrade android gradle tools 2016-10-28 07:06:12 -07:00
Doug Keen 83b739737e Use new fare API format 2016-10-28 07:05:40 -07:00
Doug Keen a1db2cf90b Submodule updates 2016-10-17 09:32:54 -07:00
Doug Keen 840749474a Upgrade build tools and compile targets 2016-10-17 09:17:05 -07:00
Doug Keen d96c7d4021 Don't allow null fares 2016-10-17 08:58:40 -07:00
Doug Keen b6b96abe20 Grade upgrade 2016-10-17 08:58:22 -07:00
Doug Keen 921ae14447 Bump version numbers for release 2016-04-16 10:44:07 -07:00
Doug Keen b3b76c4c08 Fix launcher images 2016-04-16 10:20:13 -07:00
Doug Keen 9fbd5f90c4 Make things a little more resilient to weird station abbreviations from the BART API 2016-04-16 09:47:47 -07:00
Doug Keen b1618f734e Make the linter a little more forgiving, at least until things get cleaned up a bit 2015-10-18 20:52:43 -07:00
Doug Keen 07a017cd35 Update README.md 2015-10-18 20:49:16 -07:00
Doug Keen 53d884c15a Second stab at travis build 2015-10-18 20:44:38 -07:00
Doug Keen b18dfbed7c Update sdk and build tools version in drag-sort-listview module (I'd sure love to swap out this lib) 2015-10-18 20:38:42 -07:00
Doug Keen 989fcb60b3 Update README.md 2015-10-18 20:31:41 -07:00
Doug Keen f7f2c83397 Update README.md 2015-10-18 20:26:34 -07:00
Doug Keen 7f1a3b6196 First stab at travis CI config 2015-10-18 20:24:46 -07:00
Doug Keen f5cc04e3cc Bump app version and build tools. 2015-10-18 18:26:54 -07:00
Doug Keen 95beee69f7 Center empty favorites message. Give it some padding. 2015-10-18 18:26:42 -07:00
Doug Keen 841530be61 Add featured graphic for Play Store (again, thanks Victor!) 2015-10-18 18:06:02 -07:00
Doug Keen 66c14ca4b5 New app icon (thanks to Victor Stuber)!
Add a bunch of higher res action icons.
2015-10-18 17:58:32 -07:00
Doug Keen 958541e2af * Drop support for Android versions < 4.0
* Convert all http client to use OkHttp
* Use Android number picker instead of third party lib
2015-10-18 17:26:30 -07:00
Doug Keen 4d98f0df42 Remove email link 2015-10-18 16:30:35 -07:00
Doug Keen 7556c96e7d Memoize train destination color 2015-10-18 16:26:41 -07:00
Doug Keen 4b8b7af55a Merge pull request #6 from FuegoFro/clean_up_your_train_view
Reorganize train info views and general code cleanup
2015-10-18 15:52:31 -07:00
Danny Weinberg 2481f0c229 Reorganize the your_train and departure_listing layouts (and corresponding custom views) for easier editing, greater flexibility for different screens, and to fix a layout bug that was introduced when updating the libraries where the "Your Train" section would be too wide.
General code cleanup, warnings fixes, and readability improvements.
2015-08-12 10:31:53 -07:00
Doug Keen 4ee80b3f90 Merge pull request #5 from FuegoFro/material_libraries
Replace 3rd party shims with Google's support libraries
2015-08-12 09:09:09 -07:00
Danny Weinberg 440b2112d0 Remove old third party shims for backwards compatibility, and replace them with the corresponding material support libraries. Has a number of visual issues, but these can be corrected in a subsequent diff to keep this self-contained.
Finish converting from tabs to spaces and remove more old eclipse files.
2015-08-12 08:30:04 -07:00
Doug Keen 00faa9ec76 Death to tabs! Long live spaces! 2015-08-11 18:56:23 -07:00