mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-25 02:20:57 +00:00
Merge pull request #1078 from orange-elephant/entries-in-multiple-groups
Refer to groups by UUID
This commit is contained in:
commit
305e157fc5
24 changed files with 782 additions and 197 deletions
|
@ -3,6 +3,10 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="com.beemdevelopment.aegis.ui.GroupManagerActivity">
|
||||
<item
|
||||
android:id="@+id/action_delete_unused_groups"
|
||||
app:showAsAction="collapseActionView"
|
||||
android:title="@string/remove_unused_groups"/>
|
||||
<item
|
||||
android:id="@+id/action_save"
|
||||
app:showAsAction="ifRoom"
|
||||
|
|
|
@ -285,6 +285,8 @@
|
|||
<string name="unlocking_vault">Unlocking the vault</string>
|
||||
<string name="remove_group">Remove group</string>
|
||||
<string name="remove_group_description">Are you sure you want to remove this group? Entries in this group will automatically switch to \'No group\'.</string>
|
||||
<string name="remove_unused_groups">Delete unused groups</string>
|
||||
<string name="remove_unused_groups_description">Are you sure you want to delete all groups that are not assigned to an entry?</string>
|
||||
<string name="remove_icon_pack">Remove icon pack</string>
|
||||
<string name="remove_icon_pack_description">Are you sure you want to remove this icon pack? Entries that use icons from this pack will not be affected.</string>
|
||||
<string name="details">Details</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue