mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Increase clipboard clear time.
This commit is contained in:
@@ -3,6 +3,7 @@ KeePassDroid (0.4)
|
|||||||
KeePassDroid (0.3.4)
|
KeePassDroid (0.3.4)
|
||||||
* Add context menus
|
* Add context menus
|
||||||
* Deal with crash when resuming activity after the process has been killed
|
* Deal with crash when resuming activity after the process has been killed
|
||||||
|
* Increase clipboard clear time to 60 seconds as a stopgap until I come add a configurable setting.
|
||||||
|
|
||||||
KeePassDroid (0.3.3)
|
KeePassDroid (0.3.3)
|
||||||
* Add new icon and UI enhancements from Francis Jacquerye
|
* Add new icon and UI enhancements from Francis Jacquerye
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ public class EntryActivity extends LockingActivity {
|
|||||||
private static final int MENU_COPY_PASS = Menu.FIRST + 3;
|
private static final int MENU_COPY_PASS = Menu.FIRST + 3;
|
||||||
private static final int MENU_LOCK = Menu.FIRST + 4;
|
private static final int MENU_LOCK = Menu.FIRST + 4;
|
||||||
|
|
||||||
private static final long CLIP_CLEAR_TIME = 30 * 1000;
|
private static final long CLIP_CLEAR_TIME = 300 * 1000;
|
||||||
|
|
||||||
public static void Launch(Activity act, PwEntry pw, int pos) {
|
public static void Launch(Activity act, PwEntry pw, int pos) {
|
||||||
Intent i = new Intent(act, EntryActivity.class);
|
Intent i = new Intent(act, EntryActivity.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user