-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add mmol watchapp units support. Add modularLarge complication. Change complication time to relative time. #379
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
Merged
ps2
merged 4 commits into
LoopKit:dev
from
walker0:Relative-time-complication-Modular-large
Mar 2, 2017
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,11 @@ | ||
| { | ||
| "supported complication families" : { | ||
| "3" : "CFB33AC2-7CD0-43A0-804F-F9A0EEC37480.json", | ||
| "6" : "E87B02EB-57B2-4E9D-B371-E0BA2DD55C19.json", | ||
| "4" : "B922BD0B-9601-45C9-B84D-ECB9C8235322.json", | ||
| "0" : "69B78E1F-415D-4E9E-8E56-E486517658FC.json", | ||
| "7" : "AB5AF86D-FF8F-493B-A738-4BB590C8A45E.json" | ||
| "3" : "7F209C4B-314F-4875-9072-3CFD6C18AE3A.json", | ||
| "1" : "0912322A-F7BA-487C-B910-60ADD3B22910.json", | ||
| "6" : "E5D4D16F-B048-454F-BAD4-A1D92E65F650.json", | ||
| "4" : "2F588D19-9780-4727-B5CB-DFE7945469E4.json", | ||
| "0" : "2A9C2659-183D-468D-A20D-704A6D9F7875.json", | ||
| "7" : "1163D5A6-1BB9-41D4-B6A0-60DCDFD52EC3.json" | ||
| }, | ||
| "client ID" : "com.loudnate.Loop.watchkitapp.watchkitextension" | ||
| "client ID" : "com.loopkit.Loop.watchkitapp.watchkitextension" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this fit on the smaller complications?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it does. It is reactive to available space so it should fit. I haven't ever been able to get the utilitarian large complication to work to test that one, nor have I looked into why. This change definitely works for modular small as well as the large version though.