CryptoPassphrase  Check-in [461f9773b4]

Overview
Comment:Add initial iOS application

This is already in a working state, but is still missing a few things.
For example, there is no proper progress indication during generation
and the UI just hangs and there's no way to delete a site yet.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 461f9773b4aa766293b63122ec88c3963dd041daa782d897f00111673501be8a
User & Date: js on 2016-10-09 15:53:41
Other Links: manifest | tags
Context
2016-10-09
16:37
Add support for removing a site check-in: 8af2dff002 user: js tags: trunk
15:53
Add initial iOS application check-in: 461f9773b4 user: js tags: trunk
2016-10-08
12:24
Implement repeat mode check-in: 23b99782e3 user: js tags: trunk
Changes

Modified .gitignore from [e67eb73684] to [11ff3c0b8e].

1
2
3





*.o
*~
scrypt-pwgen








>
>
>
>
>
1
2
3
4
5
6
7
8
*.o
*~
scrypt-pwgen
iOS/DerivedData
iOS/ObjFW.framework
iOS/ObjFW_Bridge.framework
iOS/scrypt-pwgen.xcodeproj/project.xcworkspace
iOS/scrypt-pwgen.xcodeproj/xcuserdata

Added iOS/AddSiteController.h version [8d401081f4].

Added iOS/AddSiteController.m version [06c53e33a8].

Added iOS/AppDelegate.h version [ee66c8399c].

Added iOS/AppDelegate.m version [dd32fa0181].

Added iOS/Assets.xcassets/AppIcon.appiconset/Contents.json version [500af520df].

Added iOS/Base.lproj/LaunchScreen.storyboard version [4d8c73e4e9].

Added iOS/Base.lproj/Main.storyboard version [476fab2345].

Added iOS/Info.plist version [19e18ff32b].

Added iOS/MainViewController.h version [0795b5d09e].

Added iOS/MainViewController.m version [ae83e8cfd3].

Added iOS/ShowDetailsController.h version [7e5dadfc7f].

Added iOS/ShowDetailsController.m version [76ff0845ba].

Added iOS/SiteStorage.h version [231d3b236a].

Added iOS/SiteStorage.m version [29d6b84bad].

Added iOS/main.m version [e8692159bb].

Added iOS/scrypt-pwgen.xcodeproj/project.pbxproj version [2ed1eb8b6d].