Aegis/app/src
Alexander Bakker 58d13ba9e3 Check for the possibility of an overflow when parsing OTP period
The conversion of the OTP period value to milliseconds may overflow for large
values, causing the result to wrap around to Integer.MIN_VALUE. This
subsequently caused a crash when calling ObjectAnimator.setDuration.
2019-08-28 19:46:47 +02:00
..
androidTest/java/com/beemdevelopment/aegis Rename package to com.beemdevelopment.aegis 2019-02-07 22:39:33 +01:00
main Check for the possibility of an overflow when parsing OTP period 2019-08-28 19:46:47 +02:00
test/java/com/beemdevelopment/aegis Introduce UUIDMap for storing objects that are keyed by a UUID 2019-08-03 17:50:25 +02:00