|
| 1 | +# Known issues |
| 2 | + |
| 3 | +## WARNING |
| 4 | + |
| 5 | +This release of version 12 is an alpha preview release and not yet ready for production or regular use. |
| 6 | +It should only be used with dedicated test servers, test data - and test devices. |
| 7 | + |
| 8 | +## App |
| 9 | +- in the new browsing experience, some features are not yet available: |
| 10 | + - breadcrumb title |
| 11 | +- spaces do not yet show a member count or provide access to a list of members |
| 12 | +- subscription of spaces can't be turned on/off yet |
| 13 | +- handling of detached drives with user data in them (see OCVault.detachedDrives) |
| 14 | +- [x] support for OC10 sharing is incomplete: federated shares support missing |
| 15 | +- [x] spaces support for Shortcuts |
| 16 | + |
| 17 | +Missing: |
| 18 | +- [ ] static login/branded login UI |
| 19 | +- [ ] full inline progress reporting when account databases are updated on first login |
| 20 | +- [ ] progress reporting in active connections |
| 21 | +- [ ] reinstate Key Commands |
| 22 | +- BrowserViewController |
| 23 | + - [ ] disposal of view controllers |
| 24 | + - [ ] swipe gesture support (+ animation) |
| 25 | + |
| 26 | +Jesus: |
| 27 | +- [ ] Presentation view after installing is missing |
| 28 | +- [ ] "Cut"/"Paste" only working in space scope |
| 29 | + |
| 30 | +Michael: |
| 31 | +- [ ] UI rendering picking an account for photo uploads on iPhone: prompt full length, button super-compressed. |
| 32 | + |
| 33 | +## File Provider |
| 34 | +- dragging an entire space on top of another starts a full copy of the space, which eventually fails halfway through |
| 35 | + |
| 36 | +## SDK |
| 37 | +- pre-population of accounts using infinite PROPFIND is not supported |
| 38 | + |
| 39 | +# Evolution roadmap |
| 40 | +- [x] location picker replaces folder picker |
| 41 | + - [x] supports picking |
| 42 | + - [x] accounts |
| 43 | + - [x] spaces |
| 44 | + - [x] folders |
| 45 | + - [x] returns an OCLocation |
| 46 | + - allow passing "quick locations" to present on top in a group |
| 47 | + - track and re-offer last-picked / recent locations (via account's KVS) |
| 48 | + - quick access to personal and other spaces |
| 49 | + - integrate favorites as group |
| 50 | + - [x] use for preferences and share extension |
| 51 | + |
| 52 | +- improved bookmark setup / editing |
| 53 | + - browsing UI for ALL certificates stored in a bookmark's store, not just the primary certificate |
| 54 | + |
| 55 | +- account list |
| 56 | + - allow grouping accounts (i.e. Home / Work) |
| 57 | + - [x] replace simple list with modern CollectionViewController-based UI |
| 58 | + |
| 59 | +- available offline |
| 60 | + - allow creating available offline item policies from smart searches - or directly from the search UI |
| 61 | + |
| 62 | +- make sync smarter, f.ex.: |
| 63 | + - a file that is updated locally multiple times only should be uploaded once, not once for every update |
| 64 | + - a file or folder that is scheduled for upload / creation - and then deleted, should not be uploaded then deleted |
| 65 | + - a file scheduled for upload in a folder that is then deleted should not be uploaded then deleted |
| 66 | + |
| 67 | +- make sync more resilient |
| 68 | + - more rigid dependency tracking -> stuck sync actions waiting for a request to return should no longer be possible as a result |
| 69 | + - allow users to manually reschedule sync actions (=> maybe only after implementing cross-process progress reporting) |
| 70 | + |
| 71 | +- progress reporting sync across processes |
| 72 | + - app -> FP |
| 73 | + - FP -> app |
| 74 | + - possibly use dedicated OC KVS + OCProgress for that |
| 75 | + |
| 76 | +- support for versions |
| 77 | + |
| 78 | +- photo uploads |
| 79 | + - needs better error reporting / handling |
| 80 | + - photos vanished from photos between upload request and when it is its turn |
| 81 | + - report to user, drop silently, retry (how often/long?)? |
| 82 | + - other errors |
| 83 | + - report to user, drop silently, retry (how often/long?)? |
| 84 | + |
| 85 | +- [x] more expressive "Empty folder" message display, based on new .message item type |
| 86 | + |
| 87 | +- show spinner while recreating a scene via "Open in new window" |
0 commit comments