Android-Password-Store/app
alexlab2017 270ab889b0 Clear clipboard 20 times fix (#423)
* Fix clear clipboard 20 times

As described in issue #419 there was a bug when clearing clipboard 20 times because from "0" to "< 19" there are 19 numbers, not 20. 19 is never reached because of "less than" operator. This could be also fixed by changing the operator from "=" to "<=" but I think is better to change the number of times to 20.

* Fixed clear clipboard 20 times hint

Fixed the hint to match what really happens, consecutive numbers are stored in the clipboard 20 times.
2018-09-11 10:53:55 +02:00
..
release add a signed build with autofill included 2018-03-31 11:18:38 +02:00
src Clear clipboard 20 times fix (#423) 2018-09-11 10:53:55 +02:00
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle upgrade gradle, dependencies and bump version 2018-03-31 11:10:06 +02:00
proguard-rules.pro fix release build crash 2015-07-21 15:40:04 -04:00