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

Release #200

Merged
merged 35 commits into from
Aug 28, 2017
Merged

Release #200

merged 35 commits into from
Aug 28, 2017

Commits on Jul 21, 2017

  1. Merge pull request #195 from cbalster/sync_with_master

    Sync with master
    cbalster committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    3d945fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f71a80 View commit details
    Browse the repository at this point in the history
  3. Remove unused resources

    cbalster committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    ec4f1e4 View commit details
    Browse the repository at this point in the history
  4. Fix link to otto license

    cbalster committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    f3ce5f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d73c6b8 View commit details
    Browse the repository at this point in the history
  6. Decouple UserModel from activity and initialize on construction

    .. mainly to fix changingDeviceToken being null when service is restarted after termination
    cbalster committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    eb88336 View commit details
    Browse the repository at this point in the history
  7. Bump gradle to 2.3.3

    cbalster committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    257f632 View commit details
    Browse the repository at this point in the history
  8. Add start and stop methods to service and launch it in application

    hide the ceremony of start/stop in static methods and launch it from app since it's really more the apps responsibility
    cbalster committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    2310e57 View commit details
    Browse the repository at this point in the history
  9. PullServerHandler: minor update

    string() now automatically closes body
    cbalster committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    d9dc955 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Merge pull request #193 from cbalster/misc

    Misc
    cbalster committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    fead454 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    b95123a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0666565 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. Merge pull request #196 from cbalster/state_handling_and_allow_orient…

    …ation_change
    
    State handling and allow orientation change
    cbalster committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    816fe36 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    9dc31f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c72e6 View commit details
    Browse the repository at this point in the history
  3. Service: minor refactoring

    cbalster committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    4481e10 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2017

  1. Configuration menu
    Copy the full SHA
    56dbde9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af78df1 View commit details
    Browse the repository at this point in the history
  3. Use google maven repo

    no more sdk manager downloads
    cbalster committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    84c0440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c122f02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb73dfa View commit details
    Browse the repository at this point in the history
  6. Switch to vector drawables where possible

    also a minor update to the about section
    cbalster committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    6fe385e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Merge pull request #197 from cbalster/hardware_state_handling_and_vec…

    …tor_drawables
    
    Hardware state handling and vector drawables
    cbalster committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    455d7e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac7f5e View commit details
    Browse the repository at this point in the history
  3. Clean up unused strings

    cbalster committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    8b66c68 View commit details
    Browse the repository at this point in the history
  4. Clean up colors

    cbalster committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    cc10f58 View commit details
    Browse the repository at this point in the history
  5. Minor build file cleanup

    cbalster committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    3f5d11d View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    cbalster committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    6a9a9f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5c2187 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b6d138 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f543ea View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Merge pull request #198 from cbalster/housekeeping_and_gps_waiting_state

    Housekeeping and gps waiting state
    cbalster committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    9f7fe7d View commit details
    Browse the repository at this point in the history
  2. Start Service in Main again

    otherwise service might not be restarted after close and relaunch
    cbalster committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    f114829 View commit details
    Browse the repository at this point in the history
  3. Fix LocationUpdateManager not registering on bus after relaunch

    After app close, singletons are still alive and won't be recreated. So LUM never registers again after relaunch.
    cbalster committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    63b36f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #199 from cbalster/service_fix

    Service fix
    cbalster committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    15ca66c View commit details
    Browse the repository at this point in the history