Граф коммитов

41 Коммитов

Автор SHA1 Сообщение Дата
scotts@microsoft.com 3c4c400e15 Merged with develop 2016-10-12 18:29:12 -07:00
scotts@microsoft.com 7893a8f5d3 Release 1.0.17
- Add comment for text sizing Accessibility suggestion
  - Fix repaint issue when new data arrives on refresh
2016-10-12 18:25:33 -07:00
scotts@microsoft.com 8535032701 UI tweaks 2016-10-05 15:36:24 -07:00
scotts@microsoft.com adb869a6d1 Merged with develop 2016-10-05 11:37:48 -07:00
scotts@microsoft.com 5e3e7ff4b9 Rename to Trip Tracker 2016-10-05 11:31:48 -07:00
scotts@microsoft.com ce3ffc6568 Fix scroll redraw issue 2016-09-26 00:14:40 -07:00
scotts@microsoft.com fa27a9ca1b merging swift3 migration back into github 2016-09-22 15:48:25 -07:00
scotts@microsoft.com dca054affb - Changed license header to MIT
- Updated to link against LoopSDK v2.1.0
 - Change version to v1.0.12
2016-09-22 13:41:43 -07:00
scotts@microsoft.com 82414bd9c6 Correct Info.plist 2016-09-21 23:44:05 -07:00
scotts@microsoft.com c9ce6c01f2 Correct Info.plist location 2016-09-21 23:36:23 -07:00
scotts@microsoft.com 016c24dc65 Convert LoopTrips Sample to Trips app
- Check location authorization state on preferences view
  - Check location authorization state on trip view
  - change line to 30% opacity
  - use h, m, s for duration
  - Fix details header layout (same as tripcell layout)
  - Supress the delete action in the tableview for now
  - Clicking on version string brings up keyboard (should be disabled from interaction)
  - Use smaller balloon (or raise annotation tip)
  - Convert app to Swift3
  - Delete my data button (and plumbing) in Settings
     - Call the loop api for deleteuser
     - Clear all local cache/prefs
     - Alert with instructions before deleting and what to do afterwards
2016-09-21 23:24:27 -07:00
scotts@microsoft.com 083189afc6 merged github/develop 2016-09-13 10:06:32 -07:00
scotts@microsoft.com b165fc4d58 Pare down to simpler app
- Remove Drives view
  - Remove Drives data model/downloader
  - Remove userid/deviceid
2016-09-12 17:25:49 -07:00
scotts@microsoft.com d3be78760f - Apache notice on all source code files
- Date bug with day of week
2016-09-12 11:41:40 -07:00
scotts@microsoft.com 7eb1850b99 Bug fixes:
- Change to version 1.0.7
  - Add version # to settings screen
  - Show days of week in drive/trip times
  - Move start/end pin to actual line
  - Crash fix for Selector name found in current argument registers: indexAtPosition
  - Make both start end lables fit (do calcs on text size)
  - Keep version and build number on Github enlistment
  - Keyboard gets stuck open in Settings (changed text to buttons)
  - Destination arrow has some distortion
  - Listview doesn't update after pull refresh
  - Check SDK Location authorization when turning on recording
2016-09-08 01:10:20 -07:00
scotts@microsoft.com be1b2ae94f Turn out route api, just use points and compute polyline 2016-09-06 17:28:00 -07:00
scotts@microsoft.com 028f779082 Bug fixes:
- Settings background should be the same as other views
  - Navbar separator should have same background color as other views
  - userId deviceId labels are editable
  - Route line should be .3 opacity vs. .7 opacity
  - Change query to 20 trips/drives
  - Tune map routing (snap to roads) to throw more segments
2016-09-06 16:49:21 -07:00
scotts@microsoft.com 03bd4630bc HockeyApp initial distribution setup 2016-09-06 13:34:22 -07:00
scotts@microsoft.com 11260811fb MapView cache fix
- Remove notification observer when view disappears
2016-09-05 19:59:05 -07:00
scotts@microsoft.com 5a1730f70a WIP: Details on mapview
- Map view info header
  - Sign and publish internally on HockeyApp
  - Common config settings
2016-09-04 23:26:42 -07:00
scotts@microsoft.com b27b75636c WIP: Cache computed route polylines
- Cache computed polylines (against EntityId) for re-use
2016-09-02 14:25:37 -07:00
scotts@microsoft.com fa0f344baf WIP: More concurrency work
_ Don't context switch on data repository loading
  _ Put all of the model repositories into one "manager"
2016-09-02 12:23:18 -07:00
scotts@microsoft.com 83404adf78 WIP: CHECKPOINT with concurrent repository access model 2016-09-02 10:20:37 -07:00
scotts@microsoft.com f6dc22c3fd WIP: Model classes renamed to Repository 2016-09-02 00:54:22 -07:00
scotts@microsoft.com d2c3509f6a WIP: Data concurrency
- Concurrency in data model access from view
2016-09-02 00:32:17 -07:00
scotts@microsoft.com cd32b0f915 WIP: Bundle name ms.loop.trip 2016-09-01 22:46:17 -07:00
scotts@microsoft.com 1ed5bf8a02 WIP: MapView UI
- Start end pin colors
  - Lighter background across app
2016-09-01 18:04:25 -07:00
scotts@microsoft.com f9bbde19f3 WIP: MapView with routes
_ Use custom push pins
  - Investigate polyLine vs. route/rode snapping
  - Implmement route/road snapping
  - Condense multple layer polylines into single layer
  - Adjust map view zoom levels
  - Draw map points based on foot and car (adjust thresholds)
2016-09-01 17:53:31 -07:00
scotts@microsoft.com 5680213cc0 WIP: Splash screen, settings
- Recording settings option default state
  - Splash screen assets and configuration
2016-08-31 17:17:05 -07:00
scotts@microsoft.com 420f0c3b99 WIP: Corrected app icon 2016-08-31 11:29:53 -07:00
scotts@microsoft.com ef92679e2c WIP: Delete functionality
- Swipe to delete in tableview
2016-08-31 00:41:41 -07:00
scotts@microsoft.com b67328c5d7 WIP: Known location icons
- Async loading of model data for trips
  - Async loading of model data known locations
  - Dynamic known location icons in table view
2016-08-30 23:23:51 -07:00
scotts@microsoft.com e9647493af WIP: view refactoring and update trips
- Condense table view into view controller
  - Pull down to refresh
2016-08-30 00:26:16 -07:00
scotts@microsoft.com d9a220452b WIP: Settings links
- Hyperlinks for terms of use, privacy, and learn loop
2016-08-29 17:29:12 -07:00
scotts@microsoft.com 60723e05b1 WIP: Settings UI
- Migrate settings controls to new view
  - Copy support for userId and deviceId
2016-08-29 01:38:15 -07:00
scotts@microsoft.com 2e884e5197 WIP: New ui
- Table cell work
  - Relative date method
  - Start/EndDate duration method
  - Adjust for sample data control
  - Adjust fonts
2016-08-28 23:39:49 -07:00
scotts@microsoft.com 885906de5b WIP: New visuals
- Custom font for Navigation bar
  - Refactor storyboard flow
  - Plumbing from storyboard seques to classes
2016-08-28 20:51:19 -07:00
scotts@microsoft.com 3f8302c642 WIP: New visuals
- xib table cell layout
  - Sample data for drives and trips
  - Migrate LoopTrips in SDK to classes
  - Hookup Drive/Trip data source
  - Table cell background color (gray)
  - Navigation bar background color (gray)
  - Change font of navigation bar
  - Navigation bar divider (create container view for table)
2016-08-28 01:32:09 -07:00
Xuwen Cao 336b44e904 update with new sdk 2016-07-20 17:55:23 -07:00
Xuwen Cao 5922b6fcc8 update to have locales 2016-07-20 15:55:52 -07:00
scotts@microsoft.com 4336df520e initial commit 2016-06-20 18:43:20 -07:00