Commit graph

49 commits

Author SHA1 Message Date
0886af554c
Adjust to ObjFW changes 2019-06-20 01:11:40 +02:00
135d17bed5
Rename project to CryptoPassphrase 2019-06-16 19:26:34 +02:00
45f70e97f3
Adjust to ObjFW changes 2019-06-16 17:51:40 +02:00
83b21ee89e
iOS: Migrate to Swift
This is in preparation for moving to SwiftUI at some point.
2019-06-16 07:25:10 +02:00
e039b7d5f5
[iOS] Do not automatically set the focus
This is sometimes delayed a little and very confusing then.
2019-01-23 00:42:10 +01:00
6f94644e00
[iOS] Use modules 2019-01-23 00:35:16 +01:00
3221b97143
Update copyright 2019-01-23 00:25:58 +01:00
fb05b4f53e
Upgrade Xcode project to 10.1 2019-01-23 00:17:33 +01:00
b5ca0769b2
Adjust to ObjFW changes 2018-07-29 22:47:20 +02:00
0facc3a80e
Update copyright 2018-01-11 23:53:54 +01:00
02ed98041d
iOS: Add initial support for upload via browser
This only starts the HTTP server on 127.0.0.1 for now and does nothing
else yet.
2018-01-11 23:49:18 +01:00
e5b90b856a
iOS: Finish support for key files 2017-11-26 22:51:37 +01:00
fa21a9d8f3
iOS: Add initial parts of support for key files 2017-11-26 21:09:53 +01:00
f886262722
iOS: A few code modernizations 2017-11-26 20:19:07 +01:00
ccc0706caa
Add support for using a keyfile 2017-11-26 16:01:01 +01:00
60b483c499
iOS: Allow all orientations 2017-10-21 22:07:42 +02:00
d414924126
iOS: Get the length from the generator
This fixes reading over the buffer if it is not zero terminated.
Fortunately, this was almost always the case by pure luck.
2017-10-21 22:04:45 +02:00
8de675d32c
Add iPad icon 2017-10-21 20:45:15 +02:00
3cc25cb9e0
iOS: Add support for iPad 2017-10-20 01:51:51 +02:00
32302feb0f
Switch back to using frameworks now that it works 2017-10-20 01:16:05 +02:00
b87b2e8037
Disable modules and force category references
Modules do not work well without frameworks.
2017-10-16 00:36:46 +02:00
1ff08de875
Use static ObjFW
Using a shared library causes iTunes Connect to fail without any error
message.
2017-10-15 20:04:33 +02:00
860bf727d4
iOS: Fix deleting a site 2017-10-15 17:13:53 +02:00
9d8e6f6761
Fix analyzer findings 2017-10-15 17:04:58 +02:00
57c875987c
iOS: Import ObjFW Xcode project into Xcode project 2017-10-15 14:27:04 +02:00
d916043c03
iOS: Implement search / filtering 2017-10-15 13:22:32 +02:00
3c8b2d1d7d
iOS: Have an icon 2017-10-15 12:32:48 +02:00
c291a09ce5
iOS: Fix UI operations on non-main thread 2017-09-15 03:39:30 +02:00
415ff25bf2
Adjust to ObjFW changes 2017-08-11 22:17:19 +02:00
a0047e1b54
Adjust to recent ObjFW changes 2017-05-08 02:39:06 +02:00
2086b2fa5d
Fix URL in copyright header 2017-04-15 21:23:10 +02:00
7f15e8bb72
Adjust to ObjFW changes 2017-04-15 19:56:14 +02:00
5231f5d504
Update Xcode project to Xcode 8.2 2017-01-08 02:53:00 +01:00
ae3bf3f8a5
Replace confusable letters by special characters 2016-10-10 23:36:30 +02:00
47dfd7de4f
[iOS] Show activity indicator during generation 2016-10-10 00:32:20 +02:00
9583021fa3
[iOS] Add about dialog 2016-10-09 19:47:35 +02:00
3d0856a7e4
[iOS] Deselect site after tapping it 2016-10-09 18:47:04 +02:00
eaa989c64d
[iOS] Disable correction & spell checking for name 2016-10-09 18:42:21 +02:00
0295d8be65
[iOS] Go back after generation 2016-10-09 18:39:42 +02:00
f9c228f9ad
[iOS] Fix legacy toggle 2016-10-09 18:39:29 +02:00
c7872db0ba
Add support for removing a site 2016-10-09 18:37:48 +02:00
43adab7b39
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.
2016-10-09 17:53:41 +02:00
aae80c85e1
Implement repeat mode 2016-10-08 14:24:45 +02:00
914314b927
Add new generation algorithm
The scrypt-genpass compatible one is now the legacy algorithm
(activated with -L or --legacy).
2016-10-08 14:24:43 +02:00
cfb910164f
Makefile: Add clean target 2016-10-08 14:24:41 +02:00
a8ffe468bf
Add .gitignore 2016-10-08 14:24:38 +02:00
b297f827aa
Add a license 2016-10-08 14:24:32 +02:00
fe54b6dab0
Move actual password derivation to separate class 2016-10-03 13:40:54 +02:00
9e18d0deaf
Initial commit 2016-10-02 00:46:44 +02:00