Skip to content
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

using getSupportedPlatformInfoFunctions #1088

Merged
merged 7 commits into from
Oct 7, 2020
Merged

using getSupportedPlatformInfoFunctions #1088

merged 7 commits into from
Oct 7, 2020

Commits on Oct 7, 2020

  1. refactor(src/index.ts): rewriting getUsedMemory*

    rewrites `getUsedMemory` and `getUsedMemorySync` to use `getSupportedPlatformInfoFunctions`
    
    re #1085
    schie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c524cdd View commit details
    Browse the repository at this point in the history
  2. refactor(src/index.ts): rewriting getBuildId*

    rewrites `getBuildId` and `getBuildIdSync` to use `getSupportedPlatformInfoFunctions`
    
    re #1085
    schie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    50cc7cd View commit details
    Browse the repository at this point in the history
  3. refactor(src/index.ts): rewriting getApiLevel*

    rewrites functions to use ``getSupportedPlatformInfoFunctions`
    
    re #1085
    schie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    4071c3b View commit details
    Browse the repository at this point in the history
  4. refactor(src/index.ts): rewriting getInstallerPackageName*

    rewrites functions to use ``getSupportedPlatformInfoFunctions`
    
    re #1085
    schie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    749ca99 View commit details
    Browse the repository at this point in the history
  5. refactor(src/index.ts): rewriting getFontScale*

    rewrites functions to use ``getSupportedPlatformInfoFunctions`
    
    re #1085
    schie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    5719539 View commit details
    Browse the repository at this point in the history
  6. refactor(src/index.ts): rewriting isPinOrFingerprintSet*

    rewrites functions to use ``getSupportedPlatformInfoFunctions`
    
    re #1085
    schie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    d47df78 View commit details
    Browse the repository at this point in the history
  7. refactor(src/index.ts): rewriting getCarrier*

    rewrites functions to use ``getSupportedPlatformInfoFunctions`
    
    re #1085
    schie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    7952fb1 View commit details
    Browse the repository at this point in the history