Aegis/app
Alexander Bakker b92956dece Account for audit log entries that reference deleted entries
This fixes the following crash I noticed in the developer console:

```
Exception java.lang.AssertionError:
  at com.beemdevelopment.aegis.util.UUIDMap.getByUUID (UUIDMap.java:127)
  at com.beemdevelopment.aegis.vault.VaultRepository.getEntryByUUID (VaultRepository.java:229)
  at com.beemdevelopment.aegis.ui.fragments.preferences.AuditLogPreferencesFragment.lambda$onViewCreated$0 (AuditLogPreferencesFragment.java:70)
  at androidx.lifecycle.LiveData.considerNotify (LiveData.java:133)
  at androidx.lifecycle.LiveData.dispatchingValue (LiveData.java:151)
  at androidx.lifecycle.LiveData.setValue (LiveData.java:309)
  at androidx.lifecycle.LiveData$1.run (LiveData.java:93)
  at android.os.Handler.handleCallback (Handler.java:959)
  at android.os.Handler.dispatchMessage (Handler.java:100)
  at android.os.Looper.loopOnce (Looper.java:232)
  at android.os.Looper.loop (Looper.java:317)
  at android.app.ActivityThread.main (ActivityThread.java:8592)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:580)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:878)
```
2024-08-27 23:01:33 +02:00
..
config Vendor TextDrawable and TrustedIntents 2024-08-26 23:06:09 +02:00
schemas/com.beemdevelopment.aegis.database.AppDatabase Update dependencies 2024-08-09 19:49:08 +02:00
src Account for audit log entries that reference deleted entries 2024-08-27 23:01:33 +02:00
.gitignore Initial commit 2016-08-15 21:29:41 +02:00
build.gradle Vendor TextDrawable and TrustedIntents 2024-08-26 23:06:09 +02:00
lint.xml Disable Glide notification permission lint check 2023-03-01 14:38:29 +01:00
proguard-rules.pro Adjust R8 settings for easier retracing of stacktraces in release builds 2024-04-12 19:16:37 +02:00