aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable-mdpi
AgeCommit message (Collapse)Author
2019-05-25Vectorize drawables (#516)Harsh Shandilya
All icons were sourced from material.io/icons Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2018-05-02added support for adaptive icon (#402)حسين
Signed-off-by: Hussein Mohammed <zidhussein@gmail.com>
2017-11-14Update sizesChris Zuber
Minor changes to make more similar to original icon. If it becomes any smaller, definition & details may be lost.
2017-11-14create new iconChris Zuber
Use https://gist.github.com/shgysk8zer0/9436084ca74adef73306f06fc2b697ed for icon in #352 - Create custom icon as SVG - Export in to all existing `drawable-*dpi/ic_launcher.png` in various sizes
2017-07-25Fix lint warnings (#319)Felix Bechstein
* Fix lint errors/warnings Fix a lot of lint errors and warnings. Most things are automatically applied fixes done with android studio: * externalize strings * remove unused code / classes / layouts / imports * migrate some fields to local variables * Remove dead code from comments Removed code that is commented out long ago. * remove unused resources * colors * strings * drawables * layouts * menus
2017-07-22Parse username from password entry, refs #192 (#318)Felix Bechstein
This is a first step of letting APS handle usernames from password entries. It shows the username in PgpHandler and allows to copy it to the clipboard.
2016-09-09Added the ability to move passwords around. (#210)Daniël van den Berg
* Added the ability to move passwords around. * Generified the PasswordRecyclerAdapter and the FolderRecyclerAdapter into EntryRecyclerAdapter
2016-08-27Added the ability to share a password as plaintext using any app, including ↵Daniël van den Berg
ones like BluetoothToPc. (#213)
2016-06-19Use material icons in actionbarDSIW
2016-06-10Restyle new password formularDSIW
2016-06-10Add icons to list itemDSIW
2015-08-25Password editing: action bar edit button replaces decrypt view with encrypt viewMatthew Wong
2014-10-29Merge pull request #24 from jbaiter/holo-iconszeapo
Previously most of the icons looked a bit cobbled together and not very Android-y. This PR replaces them with semantically equivalent icons from Google's Iconography recommendations. This aligns Android-Password-Store more with Google's design recommendations and other Android apps.
2014-10-29Use Holo Dark search iconJohannes Baiter
2014-10-29Add filtering to password listJohannes Baiter
2014-09-06added copy password with a timerknuthy
2014-08-17ui improvementszeapo
2014-08-17ui improvements and fixed a slight bug due to uizeapo
2014-08-06icons and libsZeapo
2014-08-06some ui improvements (icons and return from pgphandler to top)Zeapo
2014-07-24initial commitZeapo