Maarten Billemont
d5d33da12f
Fixed UI issues with passwords list and drop-down animation + support for phrase and name default types.
...
[FIXED] Fixed issues with animating changes in the passwords list during certain & multiple events.
[FIXED] Slightly broken UI prior to drop-down animation & improved animation a bit.
[ADDED] Phrase & Name default password types.
2017-04-17 21:57:08 -04:00
Maarten Billemont
cbef1a611b
Update Mac binary to 2.5-mac-2
2017-04-16 13:03:15 -04:00
Maarten Billemont
0a1f215a1a
Style login name, add login generated gear, improve logic for when to show login name.
2017-04-15 10:57:52 -04:00
Maarten Billemont
907d2a8ca6
Fixed key disappearing from NSCache after suspension and not being reloaded from keychain.
2017-04-15 02:28:11 -04:00
Maarten Billemont
89f6e77f67
Hack to ensure Xcode doesn't incorrectly link libsodium.dylib instead of libsodium.a
2017-04-14 17:23:41 -04:00
Maarten Billemont
f2fb16a0b9
Improved library check that doesn't depend on wording of error message.
2017-04-14 17:01:24 -04:00
Maarten Billemont
e3edd42b88
Fixed a bug in PearlMutableStaticTableViewController.
2017-04-14 16:10:11 -04:00
Maarten Billemont
cc5d246d7d
Update Storyboard.
2017-04-14 13:20:13 -04:00
Maarten Billemont
ca320de6d9
Fix detection of ios platforms.
2017-04-14 13:08:23 -04:00
Maarten Billemont
ae979d7240
Fix up the benefits wording.
2017-04-14 10:13:44 -04:00
Maarten Billemont
eb1c443940
Small README tweaks.
2017-04-14 09:58:35 -04:00
Maarten Billemont
dadcefc9bf
FAQ.
2017-04-14 09:51:44 -04:00
Maarten Billemont
cdbaec9751
Explain configuration requirements for the Android SDK.
2017-04-14 09:13:31 -04:00
Maarten Billemont
f48d480c77
Compacted build instructions a bit.
2017-04-14 09:01:04 -04:00
Maarten Billemont
23aae490df
Update version calculation.
2017-04-14 00:43:34 -04:00
Maarten Billemont
3fcf1131ac
Need to -resume the task to start it, fixes issue with importing sites.
2017-04-14 00:24:34 -04:00
Maarten Billemont
2bdec415e9
Update Travis to ensure mpw-tests is built.
2017-04-13 14:07:02 -04:00
Maarten Billemont
4c12f4af56
Amend the build instructions to mention libsodium and default build only to mpw.
2017-04-13 11:51:05 -04:00
Maarten Billemont
d91140439a
Properly deactivate when copying password so previous app regains focus and signOut happens properly.
2017-04-13 11:33:03 -04:00
Maarten Billemont
a7912dd1b7
Small format update.
2017-04-13 00:06:46 -04:00
Maarten Billemont
05391d893e
Fix slow fuzzy queries.
2017-04-12 23:41:17 -04:00
Maarten Billemont
2047422b08
Generate libsodium's ios/osx libs first run.
2017-04-10 13:29:52 -04:00
Maarten Billemont
e3fffc1923
Migrate from Tarsnap's scrypt to libsodium.
2017-04-10 11:43:55 -04:00
Maarten Billemont
9bf50569cc
Fix some remaining references to libscrypt.
2017-04-09 08:32:34 -04:00
Maarten Billemont
9ef265d9de
Don't add scrypt objects in twice.
2017-04-08 16:48:20 -04:00
Maarten Billemont
385f347b33
We don't need libscrypt when linking against sodium.
2017-04-08 16:20:58 -04:00
Maarten Billemont
4058d33202
Support for dynamically linking libscrypt & libsodium as alternative to statically linking Tarsnap's scrypt.
2017-04-08 14:25:54 -04:00
Maarten Billemont
98c5ee3425
Update website for 2.5-CLI-1 release and symlinks.
2017-04-07 22:41:39 -04:00
Maarten Billemont
b01e370fc0
Improvement to distribution script and create release signature.
2017-04-06 15:08:27 -04:00
Maarten Billemont
21d5ef823f
Run each Travis script in a subshell so they don't affect each other.
2017-04-06 10:20:26 -04:00
Maarten Billemont
da71ed6f7f
Update distribute script for new repo hierarchy.
2017-04-06 10:14:13 -04:00
Maarten Billemont
5a6acb2e44
Perform mpw-tests during CI build & build iOS for simulator so it doesn't depend on a provisioning profile.
2017-04-06 10:03:21 -04:00
Maarten Billemont
29ecbaeb19
Move adhoc-signing into CODE_SIGN_IDENTITY.
2017-04-06 09:19:34 -04:00
Maarten Billemont
3ebdfe1180
Try adhoc-signing for Test builds
2017-04-06 01:20:56 -04:00
Maarten Billemont
60ac096f99
Ensure Travis builds Test configuration.
2017-04-06 00:33:05 -04:00
Maarten Billemont
b13bdb171e
Update iOS and macOS schemes.
2017-04-06 00:23:01 -04:00
Maarten Billemont
2cfa1439e6
Don't upload to Crashlytics when not building archive.
2017-04-05 17:03:05 -04:00
Maarten Billemont
a363a8a715
GPLv3 headers on C and ObjC code.
2017-04-05 16:56:22 -04:00
Maarten Billemont
e39062a32d
GPLv3 headers on Java code.
2017-04-05 16:30:16 -04:00
Maarten Billemont
4c5c7b8aaf
Move code-signing configuration into target and fix loginhelper.
2017-04-05 16:18:35 -04:00
Maarten Billemont
ee4e8f4229
Update Travis osx_image.
2017-04-05 15:45:35 -04:00
Maarten Billemont
e4d3c0b47c
Configure macOS Test scheme with no signing.
2017-04-05 14:40:07 -04:00
Maarten Billemont
6e685f0036
Revert "Travis only lets us have one script."
...
This reverts commit b248f2d440
.
2017-04-05 14:16:52 -04:00
Maarten Billemont
b248f2d440
Travis only lets us have one script.
2017-04-05 13:42:55 -04:00
Maarten Billemont
ec0712350f
PCH fixes for macOS/iOS switching.
2017-04-05 12:53:56 -04:00
Maarten Billemont
d440f2bcac
Merge branch 'master' of github.com:Lyndir/MasterPassword
2017-04-04 20:40:47 -04:00
Maarten Billemont
bef55cca03
Library API annotations.
2017-04-04 20:40:25 -04:00
Maarten Billemont
ebe5206f92
Update .idea ignore.
2017-04-04 20:40:07 -04:00
Maarten Billemont
b478691980
Apply 'Lhunath' code inspection fixes and improvements.
2017-04-04 20:39:18 -04:00
Maarten Billemont
86f956571d
Needs 14 2's to work around iTc bug.
2017-04-01 00:43:44 -04:00