Skip to content
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

Closed
wants to merge 42 commits into from

Commits on Mar 24, 2014

  1. Configuration menu
    Copy the full SHA
    98421d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Configuration menu
    Copy the full SHA
    13cce8f View commit details
    Browse the repository at this point in the history
  2. Setup of arrivals lists for display on Glass - I think showing this m…

    …odified Activity should work.
    barbeau committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    04afa4d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2014

  1. Configuration menu
    Copy the full SHA
    45ac2fe View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. 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.
    barbeau committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    db0fdc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. 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.
    barbeau committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    14a4567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cce25db View commit details
    Browse the repository at this point in the history
  3. Changed style of selected list item to the OneBusAway green, refactor…

    …ed Glass styles to have prefix of "Glass".
    barbeau committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    ccf6e19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a64cbb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. Refactor some of location logic into service, which can now pass a gi…

    …ven location to the tasks (helps with spoofing location for testing).
    barbeau committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    87a54ad View commit details
    Browse the repository at this point in the history
  2. Change to a darker green (holo green dark) for the list selection col…

    …or, since it provides better contrast.
    barbeau committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    71bbf77 View commit details
    Browse the repository at this point in the history
  3. 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.
    barbeau committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    dc29f9c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2014

  1. 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.
    barbeau committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    a599757 View commit details
    Browse the repository at this point in the history
  2. Initialize LoaderManager in OnCreate() to try and speed things up. On…

    …ly show bus icon after arrival times are obtained.
    barbeau committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    bfc9915 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11da6dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab3aa13 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2014

  1. Added development permission, which is now required with the XE16 upd…

    …ate when a non-production voice trigger is used.
    barbeau committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    a9340f7 View commit details
    Browse the repository at this point in the history
  2. Update to the latest GDK version based on Kitkat (API 19), including …

    …new build tools version.
    barbeau committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    c486b6a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2014

  1. Configuration menu
    Copy the full SHA
    58ecbfa View commit details
    Browse the repository at this point in the history
  2. Add LocationListener if getLastKnownLocation() returns null (which se…

    …ems to happen often on XE16).
    barbeau committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    a42c693 View commit details
    Browse the repository at this point in the history
  3. Remove gdk.jar file, since this is no longer needed for the project t…

    …o build in Android Studio 0.5.5.
    barbeau committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    ac4b41c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d72215e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    820a98b View commit details
    Browse the repository at this point in the history
  6. Per the Glassware Review Team, change voice command to "show me trans…

    …it times", since this will be the official transit info voice command.
    barbeau committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    36ca3fe View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Fix #1 - implement sensor-based scrolling for the ListView as a worka…

    …round to broken swipe-based scrolling in XE16.X.
    barbeau committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    5164eda View commit details
    Browse the repository at this point in the history
  2. 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.
    barbeau committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    b5bec58 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2014

  1. Add better error handling with user-facing messages when something go…

    …es wrong accessing the REST APIs.
    barbeau committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    0204374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1edf32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0148e8f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. 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.
    barbeau committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    428d5c3 View commit details
    Browse the repository at this point in the history
  2. 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.
    barbeau committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    8e61f3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e9d69 View commit details
    Browse the repository at this point in the history
  4. 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.
    barbeau committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    a837768 View commit details
    Browse the repository at this point in the history
  5. First attempt at working arrow pointing to closest bus stop. Add magn…

    …etic correction for compass.
    barbeau committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    32eda9e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. Configuration menu
    Copy the full SHA
    63f9dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e149f16 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. 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.
    barbeau committed May 2, 2014
    Configuration menu
    Copy the full SHA
    a5f0098 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. Configuration menu
    Copy the full SHA
    5de5c34 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2014

  1. Configuration menu
    Copy the full SHA
    8bddf74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da9f29 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Update Gradle, Android Gradle Plugin, and buildToolsVersion to work w…

    …ith Android Studio 1.1.0
    barbeau committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    916c241 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    barbeau committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    c3c8848 View commit details
    Browse the repository at this point in the history