Commits
master
Name already in use
Commits on May 6, 2015
-
Merge pull request #29 from alexnivan/android-5.0.2
Work around error dialogs added
-
Work around error dialogs added
Temporarily disable showing dialogs, to prevent the errors that occur because of stopping processes with open files in the storage. This is done by exporting a new method from the ActivityManager service. Alternatively, we could use its configuration system, but it would be too much overhead and could lead to other apps/services reading incorrect configs.
Commits on May 4, 2015
-
Merge pull request #28 from alexnivan/android-5.0.2
[FIXED]Integrate multi-user encryption
-
Commits on Apr 30, 2015
-
Merge pull request #27 from alexnivan/android-5.0.2
Integrate multi-user encryption
Commits on Apr 29, 2015
Commits on Apr 28, 2015
-
Merge pull request #26 from alexnivan/android-5.0.2
Add progress test and stress test into testsuite
-
Commits on Apr 27, 2015
-
-
Restructure EFS source code and improved logic of testing
Catalin Ionita committedApr 27, 2015
Commits on Apr 23, 2015
-
-output updated to be more intuitive -added module test
Catalin Ionita committedApr 23, 2015
Commits on Apr 21, 2015
-
Fix integration script and add 5.1 support
Catalin Ionita committedApr 21, 2015
Commits on Apr 20, 2015
-
Merge pull request #25 from alexnivan/android-5.0.2
Created efs-server and EFSService
Commits on Apr 6, 2015
Commits on Mar 24, 2015
-
Created efs-server and EFSService
Replaced vold integration with separate native service, efs-server Replaced MountService integration with separate service, EFSService Some modifications to EFSTest app Minor bug fixes
Commits on Mar 23, 2015
-
Created efs-server and EFSService
Replaced vold integration with separate native service, efs-server Replaced MountService integration with separate service, EFSService Some modifications to EFSTest app Minor bug fixes
Commits on Feb 11, 2015
-
Merge pull request #24 from alexnivan/android-5.0
Add EFSTest app to check calling EFS through mount service
Commits on Jan 21, 2015
Commits on Jan 5, 2015
-
Merge pull request #23 from alexnivan/android-5.0
Android 5.0.0_r7 integration
Commits on Dec 22, 2014
-
Only integrated as far as Vold, so only the vdc tests will pass. SeLinux policy has temporarily been bipased by commenting the "never allow" rules added in 5.0.0_r7, but proper rules need to be written.
-
Merge pull request #22 from alexnivan/android-4.4.4
Boot into single user
Commits on Dec 4, 2014
Commits on Nov 18, 2014
Commits on Oct 14, 2014
Commits on Aug 14, 2014
-
Merge pull request #19 from alexnivan/android-4.4.4
Kill processes working on temporary filesystem before unmounting
Commits on Aug 8, 2014
-
Merge pull request #18 from alexnivan/android-4.4.4
Ported to Android 4.4.4_r2
Commits on Aug 7, 2014
-
Ported current version of EFS to android-4.4.4_r2. Also updated the apply_patches.sh script in order to try and find the current tree version and apply the correct patches.
Commits on Aug 5, 2014
-
Merge pull request #17 from alexnivan/mybranch
Add Encrypt Data option to non-primary users
Commits on Aug 1, 2014
Commits on Jul 22, 2014
-
Merge pull request #16 from alexnivan/mybranch
Add progress bar to encryption process