Commit Graph

92 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 8e5074ec98 Update Cwtch 2023-08-22 23:27:41 +00:00
Sarah Jamie Lewis ad215635d2 Upgrade Cwtch Autobindings Version 2023-08-02 13:19:46 -07:00
Sarah Jamie Lewis 6188dffbc0 Support Conversation Search, Upgrade Cwtch, Patch support for downloading new Cwtch library name formats 2023-08-02 09:45:37 -07:00
Sarah Jamie Lewis baccdee90e Upgrade Cwtch 2023-07-13 20:09:23 +00:00
Sarah Jamie Lewis e416638e65 Upgrade Cwtch, Update Languages, Fix DeleteContact flow, various smaller fixes 2023-06-14 10:59:25 -07:00
Sarah Jamie Lewis 01b5c41208 Update Cwtch 2023-06-02 19:57:52 +00:00
Dan Ballard ecde441480 lcg bump 2023-05-12 16:44:24 -07:00
Sarah Jamie Lewis d9551a1cd9 Add Retry Peer Connection. Japanese Translation. Nice Nightly Redirect and Update Cwtch 2023-05-11 22:08:15 +00:00
Sarah Jamie Lewis 00024c3afb Upgrade Cwtch 2023-04-21 19:00:16 -07:00
Sarah Jamie Lewis 133f4a9429 File Sharing Bug Fixes
- Allow restarting of file shares that have timed out
- Fix NPE in FileBubble caused by deleting the underlying file
- Upgrade Cwtch with more file sharing fixes
- Move from RetVal to UpdateConversationAttributes to minimze UI thread issues
- Update bindings
2023-04-20 16:37:48 -07:00
Sarah Jamie Lewis 3cdaf5db55 Upgrade Cwtch 2023-04-18 21:14:42 +00:00
Sarah Jamie Lewis ca770c642f Update lcg version 2023-04-17 13:28:34 -07:00
Sarah Jamie Lewis 269b2389e0 Upgrade Cwtch 2023-04-05 20:01:14 -07:00
Sarah Jamie Lewis e1c0960fee Update Cwtch Version 2023-04-05 04:19:11 +00:00
Sarah Jamie Lewis b89a90fa9c Update Cwtch. Make File Download Consistent on Android 2023-03-16 16:37:53 -07:00
Sarah Jamie Lewis 9eac097e6b New Autobindings Version + Korean 2023-03-14 14:46:57 -07:00
Sarah Jamie Lewis 444c70a255 Autobindings, Remove Server code from Android, Debug mode Fixes 2023-03-02 13:32:51 -08:00
Sarah Jamie Lewis 47f3cd8ee1 Add Tests for 02_global_settings to pipeline. Update bindings 2023-02-08 15:05:36 -08:00
Sarah Jamie Lewis 28ce08637b Fix Android File Sharing 2022-12-12 15:13:32 -08:00
Dan Ballard ff332dee9c save profile.autostart on create 2022-12-11 10:16:08 -08:00
Sarah Jamie Lewis 9a67008ece Update LCG + Fuzzbot Fix
Fix: #584
Fix: #575
2022-12-07 15:02:53 -08:00
Dan Ballard 993f42113e lcgbump 2022-12-06 09:35:37 -08:00
Dan Ballard d4546199e4 support (de)activatePeerEngine; turning peers on/off; autostart peers; new UI update for offline contacts/profiles 2022-12-05 12:26:42 -08:00
Sarah Jamie Lewis 65a1280b35 Update LCG
Fix: #560
2022-11-30 11:41:47 -08:00
Sarah Jamie Lewis e51c30ecc9 Update Cwtch 2022-09-10 12:45:21 -07:00
Dan Ballard 52b1f28252 lcg 1.9.0 2022-09-09 16:03:39 -07:00
Dan Ballard 975983be3c lcg bump; selected conversation sanity null; 2022-09-09 12:03:32 -07:00
Dan Ballard d550c23fbd importBundle returns result 2022-08-16 10:41:36 -07:00
Dan Ballard 5d09341277 fix importBundle error handling and dupping of events 2022-08-14 20:43:34 -07:00
Sarah Jamie Lewis 546ac6c23d Pinning Conversations 2022-07-22 10:18:55 -07:00
Sarah Jamie Lewis e13ad5d218 Update lcg 2022-07-06 13:11:49 -07:00
Sarah Jamie Lewis 3a12a94a85 1.8.0 2022-06-27 12:20:24 -07:00
Sarah Jamie Lewis 6dca8e80e6 New Translations + Update LCG 2022-06-21 16:09:09 -07:00
Sarah Jamie Lewis 111d522484 Upgrade lcg to 1.7.1 2022-04-21 16:31:17 -07:00
Dan Ballard 82d1bf873f lcg bump 2022-04-19 20:46:59 -07:00
Sarah Jamie Lewis 1df348c0c1 Debug Info Pane for Desktop 2022-04-14 15:34:36 -07:00
Dan Ballard e08114881c store last seen time in lcg and handle unread counts 2022-04-04 15:02:37 -07:00
Dan Ballard 523531e6be new lcg version 2022-03-23 18:02:26 -07:00
Sarah Jamie Lewis 0857d46809 Renable Network Status Updates, Display Status in Contacts View 2022-03-23 14:23:23 -07:00
Sarah Jamie Lewis af03dd30cc Upgrade libcwtch 2022-03-11 12:27:44 -08:00
Dan Ballard c4ebed0a71 splash on shutdown; android stability: check if lcg started 2022-03-10 16:45:18 -08:00
Dan Ballard 1d0cb785c1 fix android segfault in flwtch worker; try/catch to catch future bugs in flwtch worker; resume servers load sync status from cwtch; add bg color to sync progress bar; showdown now synchronous so completes 2022-03-04 13:15:08 -08:00
Dan Ballard 61cdb37226 lcg bump 2022-02-23 16:21:42 -08:00
Dan Ballard 387816ea0f libcwtch go 1.6.0 2022-02-10 15:58:09 -05:00
Sarah Jamie Lewis f1688c5f8f upgrade lcg 2022-02-09 14:30:41 -08:00
Dan Ballard 706d1da518 new lcg version 2022-02-08 17:50:32 -05:00
Sarah Jamie Lewis 2e5ee796fa Add Profile Image Preview to Peer Settings + other UI Profile Image Fixups 2022-02-08 14:05:09 -08:00
Sarah Jamie Lewis 5b5fe586e8 Update Lib Cwtch, Allow Deleting P2P contacts, Formatting 2022-02-07 14:53:33 -08:00
erinn e22db92dc1 add gherkin tests (#353)
* not all tests are complete
* language and theme tests fail due to upstream issue with dropdown boxes
* not yet autorun or reported by drone

Co-authored-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
Reviewed-on: cwtch.im/cwtch-ui#353
Co-authored-by: erinn <erinn@openprivacy.ca>
Co-committed-by: erinn <erinn@openprivacy.ca>
2022-02-05 00:37:25 +00:00
Sarah Jamie Lewis 5c76628578 Upgrade Cwtch and Display Message Limits 2022-01-26 12:28:50 -08:00