-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP - Issue #116 - OBA Google Glass GDK #219
Commits on Mar 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 98421d4 - Browse repository at this point
Copy the full SHA 98421d4View commit details
Commits on Mar 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 13cce8f - Browse repository at this point
Copy the full SHA 13cce8fView commit details -
Setup of arrivals lists for display on Glass - I think showing this m…
…odified Activity should work.
Configuration menu - View commit details
-
Copy full SHA for 04afa4d - Browse repository at this point
Copy the full SHA 04afa4dView commit details
Commits on Apr 4, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 45ac2fe - Browse repository at this point
Copy the full SHA 45ac2feView commit details
Commits on Apr 9, 2014
-
Working Glassware! Will show the arrival list of the stop closest to …
…your real-time location. Changed to use ListActivity instead of Fragments, as Fragments don't seem to be well-supported in current GDK. Still need to working on styles.
Configuration menu - View commit details
-
Copy full SHA for db0fdc3 - Browse repository at this point
Copy the full SHA db0fdc3View commit details
Commits on Apr 10, 2014
-
Fixed card layout, added stop name and icon to card. Changed stops re…
…quest to execute before regions task finishes, if a region already exists. Added abbreviaton for Downtown.
Configuration menu - View commit details
-
Copy full SHA for 14a4567 - Browse repository at this point
Copy the full SHA 14a4567View commit details -
Add icon and label for Activity, added "immersive=true" per immersion…
…s recommendations for GDK (https://developers.google.com/glass/develop/gdk/ui/immersions).
Configuration menu - View commit details
-
Copy full SHA for cce25db - Browse repository at this point
Copy the full SHA cce25dbView commit details -
Changed style of selected list item to the OneBusAway green, refactor…
…ed Glass styles to have prefix of "Glass".
Configuration menu - View commit details
-
Copy full SHA for ccf6e19 - Browse repository at this point
Copy the full SHA ccf6e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for a64cbb4 - Browse repository at this point
Copy the full SHA a64cbb4View commit details
Commits on Apr 11, 2014
-
Refactor some of location logic into service, which can now pass a gi…
…ven location to the tasks (helps with spoofing location for testing).
Configuration menu - View commit details
-
Copy full SHA for 87a54ad - Browse repository at this point
Copy the full SHA 87a54adView commit details -
Change to a darker green (holo green dark) for the list selection col…
…or, since it provides better contrast.
Configuration menu - View commit details
-
Copy full SHA for 71bbf77 - Browse repository at this point
Copy the full SHA 71bbf77View commit details -
Add a progress bar in the GlassArrivalListActivity. Next step is to r…
…efactor existing logic in the Service into this Activity, so we no longer need the Service.
Configuration menu - View commit details
-
Copy full SHA for dc29f9c - Browse repository at this point
Copy the full SHA dc29f9cView commit details
Commits on Apr 15, 2014
-
Consolidate to using just the ListActivity (i.e., remove the Service)…
…, since the service isn't needed. Add progress messages. Loading arrival times is really slow, need to examine why.
Configuration menu - View commit details
-
Copy full SHA for a599757 - Browse repository at this point
Copy the full SHA a599757View commit details -
Initialize LoaderManager in OnCreate() to try and speed things up. On…
…ly show bus icon after arrival times are obtained.
Configuration menu - View commit details
-
Copy full SHA for bfc9915 - Browse repository at this point
Copy the full SHA bfc9915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11da6dc - Browse repository at this point
Copy the full SHA 11da6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3aa13 - Browse repository at this point
Copy the full SHA ab3aa13View commit details
Commits on Apr 16, 2014
-
Added development permission, which is now required with the XE16 upd…
…ate when a non-production voice trigger is used.
Configuration menu - View commit details
-
Copy full SHA for a9340f7 - Browse repository at this point
Copy the full SHA a9340f7View commit details -
Update to the latest GDK version based on Kitkat (API 19), including …
…new build tools version.
Configuration menu - View commit details
-
Copy full SHA for c486b6a - Browse repository at this point
Copy the full SHA c486b6aView commit details
Commits on Apr 18, 2014
-
Add the android:required=false attribute for maps to the manifest. Th…
…is is required for the app to install on XE16 (a change from behavior on XE12). See http://stackoverflow.com/questions/23135957/failure-install-failed-missing-shared-library-on-glass-xe16-kitkat/
Configuration menu - View commit details
-
Copy full SHA for 58ecbfa - Browse repository at this point
Copy the full SHA 58ecbfaView commit details -
Add LocationListener if getLastKnownLocation() returns null (which se…
…ems to happen often on XE16).
Configuration menu - View commit details
-
Copy full SHA for a42c693 - Browse repository at this point
Copy the full SHA a42c693View commit details -
Remove gdk.jar file, since this is no longer needed for the project t…
…o build in Android Studio 0.5.5.
Configuration menu - View commit details
-
Copy full SHA for ac4b41c - Browse repository at this point
Copy the full SHA ac4b41cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d72215e - Browse repository at this point
Copy the full SHA d72215eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 820a98b - Browse repository at this point
Copy the full SHA 820a98bView commit details -
Per the Glassware Review Team, change voice command to "show me trans…
…it times", since this will be the official transit info voice command.
Configuration menu - View commit details
-
Copy full SHA for 36ca3fe - Browse repository at this point
Copy the full SHA 36ca3feView commit details
Commits on Apr 25, 2014
-
Fix #1 - implement sensor-based scrolling for the ListView as a worka…
…round to broken swipe-based scrolling in XE16.X.
Configuration menu - View commit details
-
Copy full SHA for 5164eda - Browse repository at this point
Copy the full SHA 5164edaView commit details -
Change the Card layout to bring it in line with recommendations discu…
…ssed in https://developers.google.com/glass/develop/gdk/ui-widgets#main_layout, including more padding on the edges of cards. Make the text slightly smaller to fit in new layout dimensions, and truncate route direction so it doesn't run into the arrival time.
Configuration menu - View commit details
-
Copy full SHA for b5bec58 - Browse repository at this point
Copy the full SHA b5bec58View commit details
Commits on Apr 26, 2014
-
Add better error handling with user-facing messages when something go…
…es wrong accessing the REST APIs.
Configuration menu - View commit details
-
Copy full SHA for 0204374 - Browse repository at this point
Copy the full SHA 0204374View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1edf32 - Browse repository at this point
Copy the full SHA a1edf32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0148e8f - Browse repository at this point
Copy the full SHA 0148e8fView commit details
Commits on Apr 28, 2014
-
Working arrow that points to north, refactor sensor code for list vie…
…w and arrow into its own centralized OrientationManager. TODO - point arrow to nearest stop location, update distance text.
Configuration menu - View commit details
-
Copy full SHA for 428d5c3 - Browse repository at this point
Copy the full SHA 428d5c3View commit details -
Refactor OrientationManager from Singleton into normal class that's i…
…nstantiated from ArrivalsListActivity, since otherwise its awkward to start/stop updates for onResume and onPause.
Configuration menu - View commit details
-
Copy full SHA for 8e61f3f - Browse repository at this point
Copy the full SHA 8e61f3fView commit details -
Refactor helper class name for orientation, so its not confused with …
…the system classes.
Configuration menu - View commit details
-
Copy full SHA for 04e9d69 - Browse repository at this point
Copy the full SHA 04e9d69View commit details -
Working distance measure, using LocationHelper to get ongoing best lo…
…cation and update other listeners. Revert accidental changes to UIHelp. TODO - point arrow to nearby stop.
Configuration menu - View commit details
-
Copy full SHA for a837768 - Browse repository at this point
Copy the full SHA a837768View commit details -
First attempt at working arrow pointing to closest bus stop. Add magn…
…etic correction for compass.
Configuration menu - View commit details
-
Copy full SHA for 32eda9e - Browse repository at this point
Copy the full SHA 32eda9eView commit details
Commits on Apr 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 63f9dc6 - Browse repository at this point
Copy the full SHA 63f9dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e149f16 - Browse repository at this point
Copy the full SHA e149f16View commit details
Commits on May 2, 2014
-
Add mod function to make sure heading stays between 0-360 when calcul…
…ating heading differences with magnetic declination and bearing to stop. Force compass redraw when new location is calculated.
Configuration menu - View commit details
-
Copy full SHA for a5f0098 - Browse repository at this point
Copy the full SHA a5f0098View commit details
Commits on May 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5de5c34 - Browse repository at this point
Copy the full SHA 5de5c34View commit details
Commits on May 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 8bddf74 - Browse repository at this point
Copy the full SHA 8bddf74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da9f29 - Browse repository at this point
Copy the full SHA 5da9f29View commit details
Commits on Feb 25, 2015
-
Update Gradle, Android Gradle Plugin, and buildToolsVersion to work w…
…ith Android Studio 1.1.0
Configuration menu - View commit details
-
Copy full SHA for 916c241 - Browse repository at this point
Copy the full SHA 916c241View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3c8848 - Browse repository at this point
Copy the full SHA c3c8848View commit details