Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iOS-APM/iOS-System-Services
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Shmoopi/iOS-System-Services
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 52 files changed
  • 5 contributors

Commits on Sep 9, 2017

  1. Create License

    Shmoopi authored Sep 9, 2017
    Configuration menu
    Copy the full SHA
    3d23bbb View commit details
    Browse the repository at this point in the history
  2. Release 2.0.0

    Shmoopi committed Sep 9, 2017
    Configuration menu
    Copy the full SHA
    3ebee2d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Fixed Route.h issue, added checks for pedometer, updated device ident…

    …ifiers, clarified comments.
    Shmoopi committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    ba21ee7 View commit details
    Browse the repository at this point in the history
  2. Release 2.0.1

    Shmoopi committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    b2cfcb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

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

Commits on Apr 9, 2019

  1. Merge pull request Shmoopi#52 from zhihuitang/use-GiB

    Apple is using Gib instead of Gb: https://en.wikipedia.org/wiki/Gib
    Shmoopi authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    f1145d7 View commit details
    Browse the repository at this point in the history
  2. New Devices

    StefaniOSApps authored Apr 9, 2019
    Configuration menu
    Copy the full SHA
    72abd8d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    26596d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Experiment: try caching "proximity enabled" when it's updated on the …

    …main thread. Avoid making a mutating UIKit call on a background thread, return the cached value under those circumstances.
    dhearst committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    a2b9a67 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. [IOS-9382] Remove ClipboardContent from Bonus Data

    Removed clipboard content from the -allSystemInformation method (it’s no longer bundled into the overall dictionary of system info). The SystemServices code still allows you to specifically ask for clipboard content, but the way TN app uses this code, it won’t access clipboard content when it calls -allSystemInformation. Also added a little more code and a couple asserts to the demo app to confirm that we aren’t including clipboard content in the overal dictionary.
    dhearst committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    5b317af View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Merge pull request Shmoopi#59 from dhearst/david/Remove-clipboard-con…

    …tent-from-allSystemInformation
    
    [IOS-9382] Remove ClipboardContent from Bonus Data
    Shmoopi authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    dfe2a22 View commit details
    Browse the repository at this point in the history
Loading