Aegis/app/src/main/java/com/beemdevelopment/aegis
Alexander Bakker 301476ff5c Write entries to the vault directly in EditEntryActivity
This makes it so that EditEntryActivity directly saves entries to the vault,
instead of passing them back to MainActivity through an Intent first. This
prevents crashes that can occur when an entry has a large icon and the Bundle
inside the Intent becomes too large.

This is the first part of a series of patches I plan on submitting, where I try
to repair the damage done by my misguided obsession of only touching the global
state in certain places.
2020-05-06 15:07:19 +02:00
..
crypto Replace implementations of Base16, Base32 and Base64 with Guava 2020-02-01 14:11:55 +01:00
encoding Add support for importing from TOTP Authenticator 2020-02-19 11:59:34 +01:00
helpers Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
importers Merge pull request #359 from alexbakker/othauth-importer 2020-04-18 14:05:35 +02:00
otp Add support for otpauth://steam URI's 2020-04-18 12:22:57 +02:00
services Always cancel the persistent notification when the app task is removed 2020-01-02 13:05:45 +01:00
ui Write entries to the vault directly in EditEntryActivity 2020-05-06 15:07:19 +02:00
util Add support for backups 2020-04-18 13:38:25 +02:00
vault Write entries to the vault directly in EditEntryActivity 2020-05-06 15:07:19 +02:00
AegisApplication.java Rename "profile" text to "entry" 2020-04-11 14:37:28 +02:00
CancelAction.java Add temporary backpress fix 2019-09-06 21:48:17 +02:00
Preferences.java Merge pull request #369 from Timbals/master 2020-04-26 19:59:39 +02:00
SortCategory.java Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
Theme.java automatically adapt to system theme 2020-04-20 15:29:41 +02:00
ViewMode.java Move entry divider logic to EntryListView 2019-06-09 22:41:50 +02:00