Skip to content

Conversation

@someoneAnyone
Copy link
Owner

iOS App 1.3.1 - Ready for Sale

Thank you @rodericj for you help in this release.

someoneAnyone and others added 30 commits May 2, 2016 21:58
Add to the Entry model to make the chart work in other languages.

nsDateFormatter.locale = NSLocale(localeIdentifier: "EN")
make sure the date formatter is set to english
Call Handler when failure occurs, update threading strategy
# Conflicts:
#	Nightscouter/SiteListTableViewController.swift
#	Shared Framework Code/API/NightscoutAppDataManager.swift
Deigning a protocol for what a alarm manager might need to do.
Also, stopped downloading audio from web to play, grabbing file
directly from the file system.
Given the complexity (har) of the issue we decided to
punt this feature for now. The size of the data
and the limitations of the platform require
a larger strategy.
These changes to @rodericj code will abandon the by payload transfer in favor of a smaller amount of data transfer. I also added back complication creation on the watch, but the Network code needs to be rewritten to be more efficient on the watch so that the data can update efficiently.
buddybuild and others added 27 commits October 11, 2016 18:14
- Add BuddyBuildSDK.framework
- Initialize in App Delegate
Encode the nextRefreshDate to UserDefaults
A few easy wins to simplify and make more readable
the networking code:

- Remove the NightsscouterBaseOperation as it
    doesn’t provide any more information than
    the NightscouterOperation protocol
- Simplify our use of optionals. In many cases
    we know that we will get what we are asking
    for. In cases where we didn't know, perfer
    a guard and no action rather than the `?` and `!` dance.
- Remove pebble and cal from the `APIRoutes`
    as they were never called. Doing this
    allowed us to simplify the switch on
    the endpoint. All of the options do
    nearly the same thing
- Remove `userInitiated` for network
    requests as it was never used
    and shouldn't really matter
- file private -> private in NightScout.swift
Still need to investigate why defaults.sync was not setting true.
don’t use tableFooterView use tableHeaderView instead
Wrong table view was being used.
watchos background updates working
@someoneAnyone someoneAnyone added this to the 1.3.0 milestone Dec 21, 2016
@someoneAnyone someoneAnyone self-assigned this Dec 21, 2016
@someoneAnyone someoneAnyone merged commit ebac252 into master Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants