Commit Graph

72 Commits

Author SHA1 Message Date
2f879386a3 Fix label selection on macos 2023-05-31 16:10:09 +08:00
27eb891acc Sort the filter labels on iOS 2023-05-29 14:32:56 +08:00
b61b511c23 add os conditionals to get mac app to compile 2023-03-22 09:24:12 -07:00
6fd8729291 disable quite a few line length warnings 2023-02-20 12:15:29 -07:00
f7168ff65a reformat some multi-line expressions
Honestly, some of this formatting seems a little weird, but it appears to thread the needle between the competing requirements of swiftformat's wrapMultilineStatementBraces rule and SwiftLint's opening_brace rule.
2023-02-20 12:15:29 -07:00
0bdb90c2af Fix for handling multiple language keyboards
By specifying alphabet swift wont let users switch to their
preferred language keyboard on these views.
2023-01-31 15:22:00 +08:00
2499916039 Use grouped list for the settings/labels view 2023-01-26 13:20:00 +08:00
68fcbae6dc Merge pull request #1712 from omnivore-app/fix/ios-labels-view
Use same UI for LabelsView as Apply Labels View
2023-01-26 13:13:18 +08:00
dcf40c1daa apply generic local text values 2023-01-25 13:09:19 -08:00
409ca5ce6d Use same UI for LabelsView as Apply Labels View
Mostly changes the create label button and list style.
2023-01-25 22:41:29 +08:00
f8609a1d80 update some local text refs 2023-01-24 14:02:37 -08:00
3b6d720b2b Use the same code for loading labels from highlights as library items 2023-01-23 19:51:34 +08:00
d6acb69a1c Use sets for selected/unselected labels to eliminate duplicate IDs in selection 2023-01-23 15:43:56 +08:00
461087513b Fix hit testing on labels, fix initially selected labels in edit labels view 2023-01-23 14:03:46 +08:00
57289cb0c4 Improve label search in the apply views 2023-01-23 12:43:27 +08:00
a3e217f2f3 Improve search on the share extension 2023-01-23 10:19:22 +08:00
9703bba7ab Use custom fonts for text chips in the share extension 2023-01-20 19:48:06 +08:00
12f40a61b8 Use the ApplyLabels view when users want to search for labels 2023-01-20 18:08:51 +08:00
1d79690f0d Fix search in filter by labels view 2023-01-20 16:26:49 +08:00
8f6b2663c4 Proper case-insensitive compare on the labels in the share extension 2023-01-20 15:00:40 +08:00
3af4308202 use local text for more strings 2023-01-19 17:36:50 -08:00
125f6a2dea use local text for 'labels' text 2023-01-19 17:12:40 -08:00
4298183a24 First load labels from cache then make call
Also sorts them alphabetically.
2022-12-28 16:30:35 +08:00
9e35fee17c Always sort labels when presenting them 2022-12-28 16:30:35 +08:00
395b3d7ac7 Allow setting labels on highlights 2022-11-28 21:32:42 +08:00
c523010427 Prefetch content and update share extension info after saving items 2022-11-21 22:39:10 +08:00
5845b736de Increase label padding 2022-11-15 08:43:37 +08:00
a0f17185d8 Update the share extension view to newer design 2022-11-11 15:55:28 +08:00
c287eb4a59 add os conditionals so the mac app compiles 2022-10-12 10:11:09 -07:00
8e5fb98432 Add missing MarqueTextView file 2022-09-28 11:22:23 +08:00
06481d21d3 fetch labels from network if none are found in core data 2022-08-05 06:59:19 -07:00
a4811104d6 load share ext labels from core data 2022-07-21 21:04:46 -07:00
6a3e7d9d4e create labels view specific for share ext 2022-07-19 21:28:15 -07:00
776e35079b fix edit title modal for macos 2022-06-27 21:34:14 -07:00
1ea4b63f54 fix apply labels view for macos app 2022-06-27 21:27:05 -07:00
ed70ceb2c4 apply delete label alert on macOS 2022-06-27 16:06:56 -07:00
ae4f82ac5c move sheet modifier to main body of labels view 2022-06-27 16:04:20 -07:00
e2cb7a70a8 rename showCreateLabelModal from showCreateEmailModal 2022-06-27 15:41:09 -07:00
5cfcb5ebb0 use toolbarGroup for create label modal on macOS 2022-06-27 15:26:55 -07:00
5b228d9c1b update labels view to checkmark style cells 2022-06-02 14:07:34 -07:00
e19711b0a4 Simplify the label filter modal, add negation 2022-05-17 14:31:30 -07:00
b45120706b fix linkeditem and labels data relationships. reset coredata on new app installs 2022-05-11 16:23:22 -07:00
2f4f24dd6b add a sortedLabels computed property on LinkedItem 2022-05-05 20:32:50 -07:00
55553317f3 set isLoading to false after create label request completes 2022-05-05 11:18:57 -07:00
1a4c0ab76e add back onSave handler for applied labels 2022-04-28 20:26:12 -07:00
ffe1eed6b6 remove extra combine imports 2022-04-28 12:49:06 -07:00
fb4312e52a update delete labels function to work from core data 2022-04-27 20:11:50 -07:00
acb1ae6c53 use credata for updating item labels 2022-04-27 18:06:57 -07:00
d7bc70fcd1 pass in correct value for label.name when deleting it 2022-04-27 17:22:02 -07:00
824c889ec6 update label creator to generate a temp id on the client 2022-04-27 15:39:20 -07:00