Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a ContentProvider for allowing remote-application access to KeePass databases #38

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2013

  1. Initial implementation of KeePass ContentProvider

    allows permitted apps to access usernames and passwords from databases
    Update target API levels to api14 (to allow for using device default themes)
    add unit test for ContentProvider
    pfn committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    8b226a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2013

  1. prevent NPE if no group result

    pfn committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    be3a1f7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:bpellin/keepassdroid

    Conflicts:
    	AndroidManifest.xml
    pfn committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    4f8812e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2013

  1. Configuration menu
    Copy the full SHA
    8ad87f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3af5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106ddcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d38fe8f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2013

  1. Configuration menu
    Copy the full SHA
    44bc476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b99a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6fe82f View commit details
    Browse the repository at this point in the history