Maarten Billemont
83b824a44e
Project updates.
2020-04-04 20:19:22 -04:00
Maarten Billemont
b118bc4e9b
Sentry SDK update to v5
2020-04-04 19:50:37 -04:00
Maarten Billemont
81a92400fb
pushTestMode doesn't support nil values but defaults to it.
2020-04-04 18:12:26 -04:00
Maarten Billemont
7085eaf726
Hang detector is an iOS-only thing.
2020-04-04 18:09:33 -04:00
Maarten Billemont
878970ff22
JSON support for Mac app.
2020-04-04 17:34:07 -04:00
Maarten Billemont
fa0c80d6b3
Log out active user and key when user is changed or deleted or unset.
2020-04-04 16:30:14 -04:00
Maarten Billemont
887d07f004
macOS update.
2020-03-25 13:12:06 -04:00
Maarten Billemont
a640b798b5
Resolve main thread access issues.
2020-03-25 12:16:19 -04:00
Maarten Billemont
07250d50fd
Push notifications support & remove Test configuration.
2020-03-13 12:15:24 -04:00
Maarten Billemont
56f5870bbb
Make white text white, not system, since background is always dark.
2020-03-13 11:55:13 -04:00
Maarten Billemont
ee16c4a66d
Ensure alerts are triggered on main thread.
2020-03-05 11:29:10 -05:00
Maarten Billemont
131720eb8d
Fix login/result state import/export, keyID; Volto export; Pearl log sink.
2020-02-28 17:33:38 -05:00
Maarten Billemont
f659c0936e
Volto migration alerts.
2020-02-26 23:01:44 -05:00
Maarten Billemont
35e64ea9cf
Swizzle fixes, type build fixes, disable hang timer for debug builds.
2020-02-16 18:49:06 -06:00
Maarten Billemont
d509c01572
Countly view tracking & Pearl API for C string length.
2020-02-13 13:02:19 -05:00
Maarten Billemont
6eaa491d67
Replace Crashlytics/Fabric with Countly & Sentry.
2020-01-27 13:27:10 -05:00
Maarten Billemont
b460e27696
Store preferences in user file using mpw data API.
2020-01-23 16:49:47 -05:00
Maarten Billemont
eb1e23311e
API update, user export.
2020-01-23 16:47:10 -05:00
Maarten Billemont
51afed2fe0
More advanced mpw-internal logging mechanism.
...
Logging now happens at the mpw-core level, by default using sinks that
can be registered.
For iOS we forward log messages to os_log for unified logging. We also
keep a record of log messages for future retrieval in a log view.
This obsoletes and removes Pearl's logger entirely.
2020-01-23 16:32:53 -05:00
Maarten Billemont
aec5e371b8
Prefix versions with V to fix a Swift enum naming import issue.
2020-01-23 16:25:07 -05:00
Maarten Billemont
44fa32697a
Huge refactor to do marshalling completely through mpw data object now.
2020-01-23 16:24:08 -05:00
Maarten Billemont
7fd0172815
Refactor in preparation of reading ext data prior to auth.
2020-01-23 16:23:35 -05:00
Maarten Billemont
a37b095a66
site.name -> siteName, add identicon marshalling to iOS, missing resultState
2020-01-23 15:58:32 -05:00
Maarten Billemont
14387a2310
Ensure updates happen on main thread.
2020-01-16 16:20:16 -05:00
Maarten Billemont
ec6625b800
Fix internal bugs.
...
Pass masterKey data safely by ensuring the NSData holder is owned.
nameOfType: threw an unrecougnized-type error always, including for
recougnized types.
Swizzling broke when triggered on multiple levels of the hierarchy.
2020-01-14 15:27:57 -05:00
Maarten Billemont
91b89aaf39
Pearl & API update.
2020-01-14 13:59:32 -05:00
Maarten Billemont
554c0129a2
Pearl API update.
2018-10-15 18:09:46 -04:00
Maarten Billemont
476a4046e7
Use standard control highlight color for password.
2018-07-18 17:02:51 -04:00
Maarten Billemont
698566a914
Update stale GitHub references with new GitLab home.
2018-07-05 17:14:50 -04:00
Maarten Billemont
073ef4f439
Update to masterpassword.app domain.
2018-06-03 16:26:08 -04:00
Maarten Billemont
1cb720da32
Remove ssl prefix from masterpasswordapp.com URL.
2018-05-03 13:51:00 +02:00
Maarten Billemont
8a4af69008
Fix mpw_log override for iOS/macOS.
2018-03-24 16:49:55 -04:00
Maarten Billemont
b95424ddf3
Update macOS project configuration.
2018-02-10 23:43:42 -05:00
Maarten Billemont
e40a442a30
Build fixes, improvements and project cleanup.
2018-02-10 23:29:55 -05:00
Maarten Billemont
a791d449ce
Updated info.plist syntax.
2018-02-10 20:52:30 -05:00
Maarten Billemont
9db855c7fb
Add documentation PDFs.
2018-01-06 15:44:20 -05:00
Maarten Billemont
34540f0844
Finish rename Marshall -> Marshal.
2017-09-22 15:20:14 -04:00
Maarten Billemont
444d7e9b35
Source fix-ups: single l marshal, copyright, .travis.
2017-09-20 12:43:03 -04:00
Maarten Billemont
47164c7a92
Marshal has only one l.
2017-09-20 10:48:04 -04:00
Maarten Billemont
74f9f1ca00
Fix up objc code to match new C API.
2017-08-28 19:37:51 -04:00
Maarten Billemont
a8949ca07e
NULL out free'ed references.
2017-08-23 00:01:23 -04:00
Maarten Billemont
f2f8747126
Support for persisting login/question type & stateful types, null checking, cleanup and rewrite of CLI state.
2017-08-22 18:18:24 -04:00
Maarten Billemont
661fc523ad
Don't pass nil error to crashlytics.
2017-08-13 16:49:56 -04:00
Maarten Billemont
b9cbaf7343
Cross-compile fixes for iOS.
2017-08-13 15:52:08 -04:00
Maarten Billemont
d9cdb7ef83
Fix error name collision.
2017-08-13 01:00:03 -04:00
Maarten Billemont
d7193f7753
Adapt macOS for new APIs.
2017-08-12 22:26:48 -04:00
Maarten Billemont
f5c7d11f0e
Add marshalling metadata lookup & adapt iOS for new APIs.
2017-08-12 21:57:47 -04:00
Maarten Billemont
9d5105a9e5
Rename identifiers to align better with their meaning (siteVariant -> keyPurpose, siteContext -> keyContext, siteType -> passwordType).
2017-08-01 13:45:54 -04:00
Maarten Billemont
3c5cb1673a
Split the API into the three distinct phases of the mpw algorithm.
2017-08-01 08:31:39 -04:00
Maarten Billemont
560cb1a266
WIP performing marshalling of sites in C.
2017-07-15 21:13:49 -04:00