Commit Graph

122 Commits (897a78701328fd7ff634388753d03c627513aca0)

Author SHA1 Message Date
Andelf b5b1a46215 chore: bump version 0.8.16 2023-01-12 21:05:10 +08:00
Andelf 7fd33b5971 chore(release): bump version 0.8.15
Related #8152
2022-12-29 22:51:11 +08:00
gut4 602f2da04e Enable file sharing on iOS 2022-12-22 17:08:55 +08:00
Andelf 0c4198c824 chore: bump version 0.8.14 2022-12-20 21:41:13 +08:00
Andelf 992914dc2f fix(mobile): skip initial fs watcher notification 2022-12-09 22:52:06 +08:00
Andelf 7a0555a9fc chore: bump version 0.8.13 2022-12-03 03:35:44 +08:00
Andelf c2e8268a12 chore(ios): config keys of non-exmpect encryption 2022-11-25 12:32:14 +08:00
Andelf 09bb2542db ci(ios): testflight build workflow
- use patched xcode project file, avoid conflict with local dev env
- use fastlane match to manage codesigning
2022-11-25 10:17:05 +08:00
Andelf 66e7a80fd0
ci(ios): add testflight build (#7445) 2022-11-24 14:03:59 +08:00
Tienson Qin 3bb17b46fd chore: bump to 0.8.12 2022-11-23 21:09:29 +08:00
Andelf e618f5d1f7
Fix: android nav bar and status bar color (#7385)
* fix(android): set nav bar and status bar color

Close #7382
2022-11-21 10:50:10 +08:00
Tienson Qin a939767aaf chore: bump to 0.8.11 2022-11-11 20:43:37 +08:00
Tienson Qin e89b82fc99 remove processing access 2022-11-11 13:59:57 +08:00
Tienson Qin 3b399d3bfe cap sync 2022-11-11 13:59:57 +08:00
Tienson Qin 2473ce92bf enhance: select iCloud folder first when select existing graph 2022-11-07 17:02:55 +08:00
charlie 7099158ee3 fix(ios): wrong container url path for the iCloud service when it's not turned. 2022-11-07 13:09:25 +08:00
charlie 3d7d9cbaf3 chore: remove debug info 2022-11-04 16:36:42 +08:00
charlie 8713ef84a8 improve(ios): add container urls 2022-11-04 15:51:29 +08:00
charlie 2034ac8812 improve(ios): add plugin util to get document root path 2022-11-03 10:53:21 +08:00
Tienson Qin 6647d805f1 fix: prompt to create a Logseq sync graph or normal graph on iOS
Previously, users can create a graph everywhere including the iCloud
folder, which is both confusing and can cause unexpected data
conflicts.

Another enhancement:
After the user confirms the "Use Logseq Sync for this new graph?"
prompt, a remote graph will be created and start to sync automatically.

https://www.loom.com/share/69059969747c4b798a4c712c45e442d7
2022-11-02 13:45:54 +08:00
Tienson Qin 52324b0ff2 chore: bump to 0.8.10 2022-10-28 21:13:03 +08:00
Tienson Qin 3486692ed1 fix: sync status 2022-10-28 11:37:29 +08:00
Tienson Qin 2198d19c74 chore: update other files 2022-10-19 01:51:41 +08:00
Andelf a8e35db725 chore: run swiftlint 2022-10-18 11:01:05 +08:00
Andelf 6e2292e40a fix(build): rm old pod spec 2022-10-08 20:29:03 +08:00
Patrick Moriarty 3bf9e1a262 iOS: Continue recording audio when phone sleeps (Fixes #6407) 2022-10-04 12:17:06 +08:00
Andelf 0de13bf553 chore: bump version 0.8.8 2022-09-30 18:49:16 +08:00
Andelf 2a73019b34 refactor(mobile): use ios file-sync as lib 2022-09-16 21:12:15 +08:00
Andelf 46db8f5608 fix(ios): wrong keepAlive usage 2022-09-15 20:17:57 +08:00
Andelf 6dc5517484 refactor(mobile): upgrade capacitor to v4 2022-09-15 20:17:57 +08:00
Andelf 62eed63ed0 refactor(ios): rm old URL download extension 2022-09-15 11:17:35 +08:00
Andelf ff2063b2b4 refactor(ios): use URLSession to download and upload 2022-09-15 11:17:35 +08:00
Andelf 02bccce713 fix(ios): deprecated warning from capacitor 2022-09-15 11:17:35 +08:00
Andelf 76f40d4bcf chore: bump version 0.8.7 2022-09-14 23:19:56 +08:00
Andelf 6bb72c1252 fix(ios): use .default qos for encription 2022-09-14 12:23:13 +08:00
Tienson Qin a06d900523 Delete capacitor.config.json 2022-09-14 12:01:13 +08:00
Andelf 412e749cb8 chore: bump version 0.8.6 2022-09-13 22:55:49 +08:00
Andelf bca0dd42ae fix(ios): file-sync reload when running 2022-09-13 15:56:05 +08:00
Andelf 6de5c623ab fix(mobile): loading stuck caused by global config 2022-09-10 10:28:05 +08:00
Andelf bd384cfef5 chore: bump version 0.8.5 2022-09-06 23:54:03 +08:00
Andelf 0077ac4706 fix(ios): wrong name of metadata field 2022-09-06 20:27:16 +08:00
rcmerci 4f3d26c2ca fix: FileMetadata, <get-local-files-meta, <get-local-all-files-meta 2022-09-06 20:27:16 +08:00
Andelf 7ce832d53e fix(ios): disable bitcode in build options 2022-09-01 10:09:02 +08:00
Andelf c45a15d576
chore: bump version 0.8.3 (#6537) 2022-09-01 00:40:21 +08:00
Charlie 01d879c18e
feat!: File Sync (#5355)
- file sync for electron/ios/android
- age encryption of both file content and file path
- massive UI enhancement
- corresponding CI tasks

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: rcmerci <rcmerci@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Andelf <andelf@gmail.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-09-01 00:31:49 +08:00
Andelf 20ce497201 chore(ios): release 0.8.2 2022-08-25 18:00:44 +08:00
Andelf 0283c40abc chore: bump version 0.8.1 2022-08-16 10:42:28 +08:00
Andelf da5f22acbc chore: bump version 0.8.0 2022-08-08 21:48:53 +08:00
Andelf 5e2487c6d8 chore(release): bump version 0.7.9 2022-07-27 14:36:25 +08:00
Andelf 1562101f83 chore: bump version 0.7.8 2022-07-21 07:55:07 +08:00