Commit Graph

389 Commits

Author SHA1 Message Date
7c0eac53cc show labels on list cards 2022-05-03 13:59:06 -07:00
7d3ad10aa0 treat unknown link content status as succeeded (since older items don't return a status) 2022-05-03 11:47:30 -07:00
eb31288e41 Fix params to saveUrl on iOS 2022-05-03 10:26:43 -07:00
d9a27f89c4 bump app version to 1.6.0 2022-05-02 20:44:14 -07:00
67a1ad6953 add text placeholder in web reader to reflect processing and error states 2022-05-02 20:41:03 -07:00
c39ab2d5f7 retry article content fetches when server returns a .processing state 2022-05-02 20:30:57 -07:00
3cf0888c54 include pending linked when fetching 2022-05-02 11:13:10 -07:00
938576693a update swift gql schema 2022-05-02 10:56:52 -07:00
1a4c0ab76e add back onSave handler for applied labels 2022-04-28 20:26:12 -07:00
44fe6b4ef7 register segment user when app is launched 2022-04-28 16:29:22 -07:00
44bfa600b9 track app lifecycle events with segment 2022-04-28 15:33:16 -07:00
6f12941e32 udpate macos pdfviewer call 2022-04-28 15:01:05 -07:00
29c6193bda set pdf data in local document and pass that url to pspdfkit 2022-04-28 14:58:46 -07:00
8b71188a26 fetch and store pdf data in core data 2022-04-28 13:57:02 -07:00
ffe1eed6b6 remove extra combine imports 2022-04-28 12:49:06 -07:00
ffdcb605c7 use async urlsession func to submit google token 2022-04-28 12:49:06 -07:00
6e0879c34c remove combine code from async image 2022-04-28 12:49:06 -07:00
d7acfe69f8 track link read events 2022-04-28 11:44:18 -07:00
b317e1b96b set the writeKey on segment config 2022-04-28 10:21:16 -07:00
30dcae7c10 remove comment 2022-04-28 10:11:43 -07:00
0a35393f57 add trackableEvents file 2022-04-28 10:04:53 -07:00
598b3a6000 add segment integration and wrapper class to track events 2022-04-28 10:04:34 -07:00
0e8d5f23da move article content fetching into fewer functions 2022-04-27 20:55:57 -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
05574a640e remove performActionSubject from web wrapper view model 2022-04-27 17:12:27 -07:00
824c889ec6 update label creator to generate a temp id on the client 2022-04-27 15:39:20 -07:00
6cf1f0e0fb convert remonder creation to async 2022-04-27 13:53:30 -07:00
4e2a2e595e set nav bar hidded modifier on the navlink view 2022-04-27 12:32:06 -07:00
cffda791a8 convert newsletter email publisher to async 2022-04-27 11:54:03 -07:00
461249db59 fix mac app 2022-04-27 11:29:58 -07:00
45a6bca1bb remove old featre flags 2022-04-27 11:20:02 -07:00
090c1acbfd convert email creation to async 2022-04-27 09:48:44 -07:00
ebc0b7573d remove internal dismiss timer from snackbar 2022-04-26 21:25:08 -07:00
502546eace add second timer to dismiss snackbar in case the first fails 2022-04-26 20:55:12 -07:00
fe8e9df600 apply search filters to offline item queries 2022-04-26 14:16:07 -07:00
d26f6d5263 avoid fetching article content multiple times 2022-04-26 09:34:37 -07:00
93f11a4949 convery items publisher to async func 2022-04-26 08:53:55 -07:00
f51338083e use correct format spec for integer placeholder in predicate 2022-04-26 07:44:52 -07:00
584f216d99 sync offline changes before querying for more items 2022-04-25 22:22:02 -07:00
791719ac05 create offline sync function 2022-04-25 22:02:36 -07:00
8433f3a226 delete linkedItem and highlight when server sync suceeeds 2022-04-25 20:37:42 -07:00
c9052f5f81 use coredata to track highlight merge and updates 2022-04-25 17:50:01 -07:00
aca38f2077 use coredata for create highlight function 2022-04-25 14:00:50 -07:00
9828846222 use core data to track reading progress 2022-04-25 12:17:27 -07:00
9c7a0d2ee9 update archive and delete link mutations to work off of core data 2022-04-25 11:56:03 -07:00
302410d4b2 use core data to mark items as archived 2022-04-25 11:09:14 -07:00
2cff1a6f72 filter feeditems on needsDeletion server sync status 2022-04-25 10:09:45 -07:00
fb6599b344 add needsServerSynch property to data models 2022-04-25 08:48:30 -07:00