Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 6, 2015

  1. Merge pull request #29 from alexnivan/android-5.0.2

    Work around error dialogs added
    catalinionita committed May 6, 2015
    Copy the full SHA
    28a9e30 View commit details
    Browse the repository at this point in the history
  2. 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.
    alexnivan committed May 6, 2015
    Copy the full SHA
    e3f05b0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2015

  1. Merge pull request #28 from alexnivan/android-5.0.2

    [FIXED]Integrate multi-user encryption
    catalinionita committed May 4, 2015
    Copy the full SHA
    93da78d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    daa5785 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Merge pull request #27 from alexnivan/android-5.0.2

    Integrate multi-user encryption
    catalinionita committed Apr 30, 2015
    Copy the full SHA
    29cc945 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Copy the full SHA
    ce17f3a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. Merge pull request #26 from alexnivan/android-5.0.2

    Add progress test and stress test into testsuite
    catalinionita committed Apr 28, 2015
    Copy the full SHA
    1c02024 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e4cf5fc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

  1. Merge updates from master

    alexnivan committed Apr 27, 2015
    Copy the full SHA
    a97dc86 View commit details
    Browse the repository at this point in the history
  2. Restructure EFS source code and improved logic of testing

    Catalin Ionita committed Apr 27, 2015
    Copy the full SHA
    769c8c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Fixes for library tests

    -output updated to be more intuitive
    -added module test
    Catalin Ionita committed Apr 23, 2015
    Copy the full SHA
    813818f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Fix integration script and add 5.1 support

    Catalin Ionita committed Apr 21, 2015
    Copy the full SHA
    572cc2b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge pull request #25 from alexnivan/android-5.0.2

    Created efs-server and EFSService
    catalinionita committed Apr 20, 2015
    Copy the full SHA
    2ab16f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. Copy the full SHA
    44c65b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. 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
    alexnivan committed Mar 24, 2015
    Copy the full SHA
    143e8f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. 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
    alexnivan committed Mar 23, 2015
    Copy the full SHA
    c22ee76 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Merge pull request #24 from alexnivan/android-5.0

    Add EFSTest app to check calling EFS through mount service
    catalinionita committed Feb 11, 2015
    Copy the full SHA
    fe47fcb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. Copy the full SHA
    e36153b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Merge pull request #23 from alexnivan/android-5.0

    Android 5.0.0_r7 integration
    catalinionita committed Jan 5, 2015
    Copy the full SHA
    54fab2f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Android 5.0.0_r7 integration

    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.
    alexnivan committed Dec 22, 2014
    Copy the full SHA
    0a5865b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from alexnivan/android-4.4.4

    Boot into single user
    catalinionita committed Dec 22, 2014
    Copy the full SHA
    d2f1b46 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Copy the full SHA
    a34e0b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Copy the full SHA
    18f379b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7d89f8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1511040 View commit details
    Browse the repository at this point in the history
  4. Boot into single user

    alexnivan committed Nov 18, 2014
    Copy the full SHA
    60baf60 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Copy the full SHA
    bbc4826 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2014

  1. Merge pull request #19 from alexnivan/android-4.4.4

    Kill processes working on temporary filesystem before unmounting
    catalinionita committed Aug 14, 2014
    Copy the full SHA
    795950c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    50c3880 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2014

  1. Merge pull request #18 from alexnivan/android-4.4.4

    Ported to Android 4.4.4_r2
    catalinionita committed Aug 8, 2014
    Copy the full SHA
    4efc629 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Ported to Android 4.4.4_r2

    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.
    alexnivan committed Aug 7, 2014
    Copy the full SHA
    bf366e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. Merge pull request #17 from alexnivan/mybranch

    Add Encrypt Data option to non-primary users
    catalinionita committed Aug 5, 2014
    Copy the full SHA
    318ae10 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. Copy the full SHA
    d25387b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ed199fa View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Merge pull request #16 from alexnivan/mybranch

    Add progress bar to encryption process
    catalinionita committed Jul 22, 2014
    Copy the full SHA
    e3e0d5a View commit details
    Browse the repository at this point in the history
Older