summaryrefslogtreecommitdiffstats
path: root/gui/devices (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow spaces in backup namesDees_Troy2012-09-2611-22/+22
|
* Unify portrait layouts againDees_Troy2012-09-266-409/+404
|
* Change curtain to file and remove curtain raiseDees_Troy2012-09-2422-31863/+0
|
* Update tablet layouts with ADB sideloadDees_Troy2012-09-245-2/+187
|
* Fix 320x480 themeDees_Troy2012-09-221-37/+37
|
* Update portrait themes with ADB sideloadDees_Troy2012-09-203-27/+141
|
* Various fixesDees_Troy2012-09-201-0/+38
| | | | | | Modify AOSP mount and wipe functions to use Partition Manager. Update wipe code to reset the log file index when wiping cache. Add ADB sideload to 540x960 theme.
* Improve adb sideload -- add cancelDees_Troy2012-09-191-3/+67
| | | | | Also copy zip from /tmp to storage and remove from /tmp to prevent running out of RAM.
* Update backup and restore code, adb sideloadDees_Troy2012-09-171-0/+15
| | | | | | | Fixed a problem with using make_ext4fs by making its lib a dynamic lib. Added ADB sideload zip install feature - no way to cancel it yet. Improve backup and restore code.
* TWRP-ify AOSP codeDees_Troy2012-09-05448-0/+70673
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere