This repository was archived by the owner on Aug 31, 2021. It is now read-only.
[Dictionary] From mobileGetLocationHistory to mobileStartTrakingSensor - #6587
Merged
livecodepanos merged 3 commits intoAug 23, 2018
Merged
Conversation
| References: mobileStopTrackingSensor (command), | ||
| mobileStartTrackingSensor (command), mobileGetLocationHistory (function), | ||
| mobileStartTrackingSensor (command), function (control structure), | ||
| mobileGetLocationHistory (function), |
Contributor
There was a problem hiding this comment.
@livecodesam I think we don't need the function (control structure) here.
| mobileSensorAvailable (function), mobileSensorReading (function), | ||
| mobileLocationAuthorizationStatus (function), locationChanged (message), | ||
| trackingError (message) | ||
| mobileLocationAuthorizationStatus (function), array (glossary), |
Contributor
There was a problem hiding this comment.
Similarly, you can remove array (glossary) here
| mobileSensorAvailable (function), mobileSensorReading (function), | ||
| mobileLocationAuthorizationStatus (function), locationChanged (message), | ||
| trackingError (message) | ||
| mobileLocationAuthorizationStatus (function), array (glossary), |
Contributor
There was a problem hiding this comment.
Similarly, array (glossary) can be removed
Contributor
|
@livecode-vulcan review ok f9bdb2b |
Contributor
|
💙 review by @livecodepanos ok f9bdb2b |
livecode-vulcan
added a commit
that referenced
this pull request
Aug 23, 2018
[Dictionary] From mobileGetLocationHistory to mobileStartTrakingSensor function/mobileGetLocationHistory.lcdoc - Replaced a series of colons with a better explanation of what is in the array returned by this function (borrowed from mobileGetCurrentLocation). Added a reference and fixed some other links. function/mobileOrientation.lcdoc - Removed the first “One of” and described the function’s return value type in its place. command/mobilePickMedia.lcdoc - Fixed formatting of notes to separate them from the rest of the text and each other. command/mobilePickPhoto.lcdoc - United list of parameters. function/mobilePixelDensity.lcdoc - Spelling errors. command/mobilePlaySoundOnChannel.lcdoc - Removed redundant “One of” function/mobilePreferredLanguages.lcdoc - Changed return value example to more accurately resemble what it is supposed to be. command/mobileSetLocationHistoryLimit.lcdoc - Reformatted code example, added `array` and `function` to the references to so that links to them display in Description. function/mobileSoundChannelStatus.lcdoc - Replaced extraneous `One of` with (guessed) return value type. command/mobileStartTrackingSensor.lcdoc - Minor grammar correction.
Contributor
|
😎 test success f9bdb2b
|
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
function/mobileGetLocationHistory.lcdoc - Replaced a series of colons with a better explanation of what is in the array returned by this function (borrowed from mobileGetCurrentLocation). Added a reference and fixed some other links.
function/mobileOrientation.lcdoc - Removed the first “One of” and described the function’s return value type in its place.
command/mobilePickMedia.lcdoc - Fixed formatting of notes to separate them from the rest of the text and each other.
command/mobilePickPhoto.lcdoc - United list of parameters.
function/mobilePixelDensity.lcdoc - Spelling errors.
command/mobilePlaySoundOnChannel.lcdoc - Removed redundant “One of”
function/mobilePreferredLanguages.lcdoc - Changed return value example to more accurately resemble what it is supposed to be.
command/mobileSetLocationHistoryLimit.lcdoc - Reformatted code example, added
arrayandfunctionto the references to so that links to them display in Description.function/mobileSoundChannelStatus.lcdoc - Replaced extraneous
One ofwith (guessed) return value type.command/mobileStartTrackingSensor.lcdoc - Minor grammar correction.