This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Password manager
jberkel edited this page Nov 30, 2011
·
2 revisions
**Note: only applies to 0.6.1-SNAPSHOT **
You can optionally cache passwords - two tasks make use of this: android:github-upload/delete
and android:sign-release
.
settings = General.androidFullProjectSettings ++ PasswordManager.settings ++ Seq (
...
cachePasswords in Android := true
)
To clear the passwords use android:clear-passwords
. Passwords are stored in the keychain (on OSX) and in ~/.sbt/sbt-android-plugin-passwords
on all other systems.
Note: Be aware of the security risk - passwords are stored in clear text (not on OSX)
- Getting started
- Scala versions
- Android Manifest generation
- Typed resources references
- ProGuard
- DDMS integration
- Building Java Android projects
- Building NDK projects
- Consuming Android Library projects
- Github integration
- Building Android Test Projects
- Password Manager
- Releasing to the Android Market
- Projects using sbt-android-plugin
- Contributors