2
0
Fork 0
Commit Graph

1846 Commits

Author SHA1 Message Date
Maarten Billemont 657fef6249 Removed network from MP OS X + initial STM code MP iOS.
[REMOVED]   OS X: Removed networking code.  We're going to use SendToMac
            instead.
[ADDED]     iOS: Initial code for communicating with SendToMac hosts.
2012-03-14 00:55:49 +01:00
Maarten Billemont 0d19202ca7 Beginnings of network listener.
[ADDED]     OS X: Code to open a listening socket (WIP).
[ADDED]     OS X: Code to broadcast socket via Bonjour.
2012-03-12 18:14:01 +01:00
Maarten Billemont 1755bd1607 Bump Pearl for sheet fix.
[FIXED]     MP-9: Action sheet shows up in portrait while in landscape.
2012-03-11 16:12:18 +01:00
Maarten Billemont dc8b6aa86c Help text update for type.
[FIXED]     MP-12: Help doesn't always properly update for element type.
2012-03-11 15:29:55 +01:00
Maarten Billemont 0c536ef640 Fix some UI issues, mostly with alerts.
[FIXED]     Schedule all UI-changing methods on the main thread.  Fixes
            some UI bugs.
[FIXED]     Attempt to calculate password for deleted element.
[FIXED]     MP-6: Close open alert when switching sites.
[FIXED]     MP-7: Remind user to change site's password when creating a
            new site.
2012-03-11 11:14:28 +01:00
Maarten Billemont fa3680f9c4 Typo: loose -> lose.
[FIXED]     Misspelled lose as loose.

^MP-11 fixed
2012-03-06 15:49:33 +01:00
Maarten Billemont c8e03ff016 Fix checkout of InAppSettingsKit dependency. 2012-03-06 11:15:32 +01:00
Maarten Billemont 3fcac696bb Bundle dependency dylibs in OS X app.
[FIXED]     OS X: Application bundle was missing its dependency
            libraries and couldn't run.  Now they're bundled as
            run-path dependent libraries.
2012-03-06 11:03:21 +01:00
Maarten Billemont d0ae954dbf Working OS X prototype application.
[ADDED]     OS X: Master password input and changing.
[ADDED]     OS X: Autocompletion by searching Core Data for previously
            used sites.
[ADDED]     OS X: Working password generation for sites.
[FIXED]     Bad ciphering on little endian machines: Convert bytes to
            network endian before using them as numbers.
[FIXED]     Opening of Core Data store when iCloud is unavailable.
2012-03-06 01:04:19 +01:00
Maarten Billemont f3c24fd96f Mac OS X build fixes of shared code from iOS.
[FIXED]     Build problems with code shared from the iOS project in the
            Mac project.
2012-03-05 22:43:20 +01:00
Maarten Billemont 02ffa9611a Prepare key handling logic for sharing with OS X.
[MOVED]     Key logic now in a common class extension on MPAppDelegate
            so it can be shared between iOS and OS X apps.
[MOVED]     MPConfig for sharing between iOS and OS X apps.
[CHANGED]   keyphrase -> key.
2012-03-05 22:19:05 +01:00
Maarten Billemont 6bda70920b Fix Pearl/scrypt/openssl on Mac + password window.
[FIXED]     Dependencies and compilation on OS X.
[ADDED]     MPPasswordWindowController: Window to handle passwords.
2012-03-05 09:53:32 +01:00
Maarten Billemont 2761355180 Initial Mac project.
[ADDED]     A basic Mac OS X project.
[ADDED]     A basic UI for the Mac project.
[FIXED]     Notification at store update from iCloud.
2012-03-04 15:31:26 +01:00
Maarten Billemont cbf624b3da Changed file hierarchy in preparation for Mac version. 2012-03-04 10:47:20 +01:00
Maarten Billemont 9899104891 Better password font.
[FIXED]     MP-10: The font used to show didn't make a clear enough
            distinction between certain different characters.
2012-03-04 10:12:32 +01:00
Maarten Billemont d34ec96b94 Make two site look better on lower resolutions. 2012-03-02 20:50:57 +01:00
Maarten Billemont ac735f3ccb Fix landscape layout.
[FIXED]     View layout problems while in landscape.

- #MP-8 fixed
2012-03-01 00:09:48 +01:00
Maarten Billemont c508ed8c46 Fix appearance of content tip edit icon.
[FIXED]     Tip on storage type passwords had a missing edit icon.

MP-5 fixed
2012-02-29 19:59:01 +01:00
Maarten Billemont bad54f2c0c Add an informational message for testers. 2012-02-29 02:10:46 +01:00
Maarten Billemont eae8e9b7c4 Lockscreen improvements.
[FIXED]     Switching between guide and unlock screen.
[ADDED]     Sign out button in action so you can sign in with a
            different master password.
[REMOVED]   Change password from MPConfig.  There are better facilities
            for this now.
[FIXED]     Image names in the lockscreen.
2012-02-29 01:56:58 +01:00
Maarten Billemont 2ff3f0804b Make Pearl publicly accessible. 2012-02-27 23:56:42 +01:00
Maarten Billemont 50da5c0cb1 Update for prefixed Pearl. 2012-02-27 23:38:28 +01:00
Maarten Billemont f3196841f3 TestFlight update + search improvements.
[UPDATED]   TestFlight SDK updated to 0.8.3
[ADDED]     Log >=info messages to TestFlight
[ADDED]     Hide status bar while locked.
[ADDED]     Show all sites when search results icon is tapped.
[IMPROVED]  Search table cells.
2012-02-26 23:01:17 +01:00
Maarten Billemont 039ec9b082 Fancy master password input screen.
[ADDED]     Fancy master password input screen.
[FIXED]     Key size of stored passwords.
[FIXED]     Several UI fixes.
[FIXED]     The counter wasn't correctly added to the cipherKey.
[IMPROVED]  Site style improvements.
[UPDATED]   Site algorithm explanation update.
2012-02-25 15:44:37 +01:00
Maarten Billemont ad9c52896d Use scrypt for deriving a safer key from the master password + website. 2012-02-13 10:28:47 +01:00
Maarten Billemont 360f71c4fa Add TestFlight.
[ADDED]     TestFlightSDK implemented.
2012-02-06 00:40:20 +01:00
Maarten Billemont 2b9fcfe030 Protect the store file with iOS security features. 2012-02-05 23:41:01 +01:00
Maarten Billemont 6ce6f6b9ec Prefix change: OP -> MP 2012-02-05 22:21:02 +01:00
Maarten Billemont ad9d124a32 In-App Settings.
[ADDED]     Settings view to edit the settings while in the app.
2012-02-05 22:01:37 +01:00
Maarten Billemont 9b961ecac1 Menu using UIActionSheet 2012-02-05 19:46:24 +01:00
Maarten Billemont 018a544cfe Stored passwords completed.
[FIXED]     Lock keychain items while device is locked.
[ADDED]     Implemented Device-Private passwords by storing them in the
            keychain.
[ADDED]     Implemented encryption for stored passwords.
2012-02-05 10:31:08 +01:00
Maarten Billemont 7c36ff6acd iCloud sync of store.
[FIXED]     Guide toggle not working well.
[IMPROVED]  Core Data on a separate thread.
[IMPROVED]  Guide.
2012-02-05 00:38:17 +01:00
Maarten Billemont 960432577e OnePassword -> MasterPassword 2012-02-03 09:48:03 +01:00
Maarten Billemont 63600ab765 Show guide only first time + improved guide docs. 2012-02-03 00:10:58 +01:00
Maarten Billemont f7f9ae99ca Added a quick-start guide. 2012-02-02 14:56:09 +01:00
Maarten Billemont b10c00786e Improvements all over.
[IMPROVED]  Use SHA-1 instead of MD-4 for hashing the user givens.
[UPDATED]   Remember master password on by default.
[IMPROVED]  More and improved FAQ.
[ADDED]     Auto-generate build/version values in Info.plist and
            Settings Root.plist.
2012-01-30 01:02:45 +01:00
Maarten Billemont 7b14556dbe Rewrite Root.plist by PlistBuddy. 2012-01-29 12:52:45 +01:00
Maarten Billemont 571898632f Master password loading improvements + changing + docs.
[ADDED]     The master password can now be changed.
[IMPROVED]  Flow of handling the master password when activating the app.
[IMPROVED]  iTunesArtwork & icons.
[ADDED]     Elements are now scoped to the current master password.
[ADDED]     Lots of documentation for the user:
                - Settings
                - FAQ
                - A quickstart guide
2012-01-29 12:41:48 +01:00
Maarten Billemont e5ab2605f9 Make UI fancier & better documented. 2012-01-25 00:30:43 +01:00
Maarten Billemont 289e9d69b4 Internationalisation fixes. 2012-01-19 23:29:30 +01:00
Maarten Billemont 23ab30eb19 Password counter in UI.
[FIXED]     Update password counter.
2012-01-19 22:57:35 +01:00
Maarten Billemont 713ec69a20 UI improvements & security.
[ADDED]     Settings for remembering and storing the master password.
[ADDED]     KeyChain used to store master password & hash.
[IMPROVED]  Remember whether help is hidden.
[FIXED]     Making passwords stored.
[ADDED]     Generated password counter. Edit stored passwords.
[IMPROVED]  UI prettier and better documented.
[ADDED]     Warnings when changing a site's password.
2012-01-19 17:40:39 +01:00
Maarten Billemont f4eb33e728 UI Redesign. 2012-01-16 09:51:08 +01:00
Maarten Billemont 7ea4758590 Artwork + copying of password. 2012-01-12 17:28:20 +01:00
Maarten Billemont cab35df79b Initial working password application with types and history. 2012-01-05 01:44:15 +01:00
Maarten Billemont d7a448dfe0 Initial UI. 2011-11-30 22:42:40 +01:00