summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Preparation for unit tests in managed provisioningBenjamin Franz2015-06-241-0/+3
| | | | | Bug: 21632069 Change-Id: Ifd8e13f2f4755bd463f2c653fa52735b2d072e7c
* Remove Bluetooth provisioning.Craig Lafayette2015-06-031-9/+1
| | | | | Bug: 21559093 Change-Id: Ibcb41b4be8c9ef2019273a2c1be516607bc9daa4
* Make request line parsing more robustJoe Delfino2015-05-131-0/+2
| | | | | | | | | | | | - Break up a gnarly function for parsing requests and opening a socket. - Explicitly handle some error cases. - Document where the request handling is not spec-compliant. - Add unit tests. Bug: 15324060 Change-Id: I7f7b2dbb3820745c217fcd6a4507d36bab1f1edb
* Redesign ManagedProvisioning UI using setup wizard library.Sudheer Shanka2015-05-111-1/+1
| | | | | Bug: 19563984 Change-Id: I03dda31f98bd48591ba43e45cfa2cd1c7e37f1d0
* Add bluetooth provisioning library to ManagedProvisioning.Craig Lafayette2015-04-021-1/+6
| | | | | | | | | | This library is used for two purposes: - If no wifi is available on the device that is being provisioned, it can use the programmer devices wifi as a proxy - Status updates can be sent to the programmer device via bluetooth. Bug: 20001077 Change-Id: I15642bc634959dda2385b352532163f5b69597e7
* Revert "Add SUW style transition animation to provisioning flows"Rubin Xu2014-12-121-2/+1
| | | | | | | | Because it breaks AOSP builds. This reverts commit edd7f3d057d01e4402411f20e831268825f31f4e. Change-Id: If12acfa0c22f9b886fa301a4e461c35aa27207ef
* Add SUW style transition animation to provisioning flowsRubin Xu2014-12-101-1/+2
| | | | | | | | Add sliding animation when starting activities, and cross-fading when going into interstitial screens. Bug: 18518260 Change-Id: I3e7a8bf16cf3b0aaca58dce0576046feb4734b58
* Use SUW Quantum style navigation bar for provisioning flows.Rubin Xu2014-12-091-0/+4
| | | | | | | | Hide default system navigation bar and use SUW navigation bar for both profile and device owner provisioning. Bug: 18637726 Change-Id: I022e6fff61426624a6c9ca7cb5cc3587b84c2cc9
* Fix bug in update intents between provisioning service and activity.Jessica Hummel2014-06-231-0/+2
| | | | | | For some reason setting the class of the intent wasn't working(anymore?). Sending a local broadcast instead. Change-Id: Idfc87c1ed5041bde7eecdc28f14c24108eb520bf
* Prototype of splitting provisioningJason Monk2014-01-281-2/+0
| | | | | | | | | | | | | | | | Based on code from vendor/google/apps/NfcProvision. It uses a pre-specified action and a package name specified in the bump to launch the EDU specific pieces. It launches that activity and waits for a broadcast back in both the pre-MDM and post-MDM steps. Still needs the security check to make sure that the activity being launched is part of a privileged app. The MDM is currently specified by package and admin receiver in the nfc bump. This needs to be expanded to allow a download location rather than a package to enable and use. Change-Id: Iaabe8505c5e33c33ddec3122d2a17b07a6b243fc
* Makes the provisioning app respond to nfc and writes the received data into ↵Jessica Hummel2014-01-171-0/+2
| | | | | | | | properties to be used during the setup. Also adds several initialization steps (time zone, wifi etc) Change-Id: Ie86deea5b08dd973cd9e611ef8b5e7f2d4e0ed2a
* Setup for the new Provisioning app.Jessica Hummel2014-01-101-0/+13
Change-Id: I0d1cef9bd0a9dfd37af5e49a7b801037472b2b99