Skip to content

Commit

Permalink
- Added capability to change device setting like language, name, volu…
Browse files Browse the repository at this point in the history
…me, etc from Manage Device.

- 128 bit UUIDs support with backward compatibility
- Single session during provision.
- App version info screen
  • Loading branch information
vikas-chandra-mnnit committed Dec 18, 2019
2 parents 3c18983 + 3bf859b commit a1c6562
Show file tree
Hide file tree
Showing 103 changed files with 3,114 additions and 782 deletions.
68 changes: 45 additions & 23 deletions EspressifProvision/EspressifProvision.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions EspressifProvision/EspressifProvision/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

func application(_: UIApplication, didFinishLaunchingWithOptions _: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
// let BarButtonItemAppearance = UIBarButtonItem.appearance()
// BarButtonItemAppearance.setTitleTextAttributes([NSAttributedString.Key.foregroundColor: UIColor.clear], for: .normal)
return true
}

Expand All @@ -51,6 +53,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}

func application(_: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool {
// Source application is not available in iOS 13 and above
if #available(iOS 13, *) {
return AMZNAuthorizationManager.handleOpen(url, sourceApplication: "")
}
return AMZNAuthorizationManager.handleOpen(url, sourceApplication: options[UIApplication.OpenURLOptionsKey.sourceApplication] as! String)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,109 +3,109 @@
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "espressif_app_icon-20@2x.png",
"filename" : "iconfinder-icon_4_40x40.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "espressif_app_icon-20@3x.png",
"filename" : "iconfinder-icon_6_60x60.png",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "espressif_app_icon-29@2x.png",
"filename" : "iconfinder-icon_5_58x58.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "espressif_app_icon-29@3x.png",
"filename" : "iconfinder-icon_7_87x87.png",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "espressif_app_icon-40@2x.png",
"filename" : "iconfinder-icon_11_80x80.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "espressif_app_icon-40@3x.png",
"filename" : "iconfinder-icon_120x120-1.png",
"scale" : "3x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "espressif_app_icon-60@2x.png",
"filename" : "iconfinder-icon_120x120.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "espressif_app_icon-60@3x.png",
"filename" : "iconfinder-icon_1_180x180.png",
"scale" : "3x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "espressif_app_icon-20.png",
"filename" : "iconfinder-icon_2_20x20.png",
"scale" : "1x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "espressif_app_icon-20@2x.png",
"filename" : "iconfinder-icon_4_40x40-1.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "espressif_app_icon-29.png",
"filename" : "iconfinder-icon_3_29x29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "espressif_app_icon-29@2x.png",
"filename" : "iconfinder-icon_5_58x58-2.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "espressif_app_icon-40.png",
"filename" : "iconfinder-icon_4_40x40-2.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "espressif_app_icon-40@2x.png",
"filename" : "iconfinder-icon_11_80x80-1.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "espressif_app_icon-76.png",
"filename" : "iconfinder-icon_12_76x76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "espressif_app_icon-76@2x.png",
"filename" : "iconfinder-icon_8_152x152.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "espressif_app_icon-83.5@2x.png",
"filename" : "iconfinder-icon_9_167x167.png",
"scale" : "2x"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "espressif_app_icon-1024.png",
"filename" : "iconfinder-icon_10_1024x1024.png",
"scale" : "1x"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "211802-128.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "211802-256.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "211802-512.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "18.8.6 logo design-3.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "18.8.6 logo design-4.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "18.8.6 logo design-5.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "925802-128.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "bluetooth_icon.png",
"filename" : "925802-256.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "925802-512.png",
"scale" : "3x"
}
],
Expand Down
Diff not rendered.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "4280479-128 (1).png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "4280479-256 (1).png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "4280479-512 (1).png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "326659-32 (1).png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "326659-48 (1).png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "326659-64 (1).png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "original"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "211882-128 (1).png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "211882-256 (1).png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "211882-512 (1).png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "3209393-64.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "3209393-128.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "3209393-256.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "4280479-128.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "4280479-256.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "4280479-512.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "293687-32.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "293687-64.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "293687-128.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading

0 comments on commit a1c6562

Please sign in to comment.