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

feat(wifi_basic): plugin added #201

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from
Draft

feat(wifi_basic): plugin added #201

wants to merge 31 commits into from

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    44488d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52d10a3 View commit details
    Browse the repository at this point in the history
  3. - [pubspec] homepage link added

    - [format] formatted with melos
    daadu committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    5549592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b97974b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77a4d8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb3f0fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f911faa View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    15dadec View commit details
    Browse the repository at this point in the history
  2. - [wifi_basic] class renamed to WiFiBasic, basic methods added

    - [wifi_basic,test] "basic test" added with mocked MethodCallHandler
    - [wifi_basic,example] basic methods added to example app
    daadu committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    05ccf12 View commit details
    Browse the repository at this point in the history
  3. formatting

    daadu committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    c0298d6 View commit details
    Browse the repository at this point in the history
  4. - [android] handling methods - hasCapability, isEnabled, `setEnab…

    …led`
    
    - [wifi_basic,test] `WiFiBasic.setEnabled`: arg name changed `state` -> `enabled`; returning if successful or not
    - [example,android] necessary permissions added to manifest file
    - [example] proper example code added
    daadu committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    65b2bcd View commit details
    Browse the repository at this point in the history
  5. formatting

    daadu committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6a34081 View commit details
    Browse the repository at this point in the history
  6. - [wifi_basic,android] WiFiBasic, WifiBasicPlugin: setEnabled -…

    … removed `shouldOpenSettings` arg
    
    - [wifi_basic,android,test] `WiFiBasic`, `WifiBasicPlugin`: `openSettings` method added, implemented and test for it added
    - [wifi_basic,example] smaller example with just buttons
    daadu committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    d76c381 View commit details
    Browse the repository at this point in the history
  7. - [ios] SwiftWifiBasicPlugin: implemented hasCapability, `isEnabl…

    …ed`, `setEnabled` and `openSettings`
    
    - [ios,example] project files updated
    daadu committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    42581de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    793c651 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    47349d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38aef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02f1496 View commit details
    Browse the repository at this point in the history
  4. WiFiBasic: minor re-arragne

    daadu committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    98b245b View commit details
    Browse the repository at this point in the history
  5. - [wifi_basic] WiFiGenerations enum added

    - [wifi_basic] `WiFiBasic`: `getGeneration` method added; memoizing `isSupported` and `getGeneration` results
    - [wifi_basic,test] aaded `getGeneration` to basic test
    - [wifi_basic,example] added `getGeneration` to example app
    - [wifi_basic,ios] added `getGeneration` [incomplete implementation]; filled in info in podspec file
    - [wifi_basic,android] added `getGeneration` [incomplete implementation]
    daadu committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    6043606 View commit details
    Browse the repository at this point in the history
  6. - [wifi_basic,pubspec] added async as dependency

    - [wifi_basic,test] fix - returning int instead of enum
    daadu committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    0edea8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77cb7c9 View commit details
    Browse the repository at this point in the history
  8. - [wifi_basic] WiFiInfo class, WiFiNetworkSecurity enum and `WiFi…

    …Basic.getCurrentInfo` method added
    
    - [wifi_basic,extension] `ToEnumExtension` extension added and integrated with `WiFiBasic`
    - [wifi_basic,example] `getCurrentInfo` added to example app
    - [wifi_basic,test] added proper unit tests
    daadu committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    51ce1a8 View commit details
    Browse the repository at this point in the history
  9. [wifi_ios] fix

    daadu committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    4899fea View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

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

Commits on Dec 11, 2021

  1. [ios] dropped support for 8.0

    daadu authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    a3736ca View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    0eafba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7792e0 View commit details
    Browse the repository at this point in the history
  3. [license] minor - synced

    daadu committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    92447f5 View commit details
    Browse the repository at this point in the history
  4. - [lint] removed analysis_options from wifi_basic package, using gl…

    …obal options
    
    - [wifi_basic] remove unecessary imports
    daadu committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    9c3d992 View commit details
    Browse the repository at this point in the history