Commit Graph

401 Commits

Author SHA1 Message Date
Dan Ballard 531595e9e9 remove notification debugging and linux notifier 2022-06-21 13:06:38 -07:00
Dan Ballard 9857dff9a3 upgraded to flutter 3, upgraded kotlin and gradle, some deps 2022-06-21 13:06:38 -07:00
Dan Ballard 03b3d86a41 translate lux material stuff; upgrade to fixed local notification package; upgrade provide, scrollable_position 2022-06-21 13:06:38 -07:00
Dan Ballard a5040b7236 start of flutter3 migration, update l10n/custom_material_delegate, update cwtchNotifier to user local_notifier 2022-06-21 13:06:38 -07:00
Sarah Jamie Lewis b425175fff Attempt to fix Scroll-to Bug
continuous-integration/drone/pr Build was killed Details
2022-06-20 11:41:31 -07:00
Sarah Jamie Lewis 8570199196 Fix: #308 - Scroll to Contact
Also fixes a bunch of debug-build issues (overflows / resizes).
2022-06-20 10:54:06 -07:00
Sarah Jamie Lewis 0d90219c87 Add Snackbar Notifications for all Copies
continuous-integration/drone/pr Build was killed Details
2022-06-16 09:40:55 -07:00
Sarah Jamie Lewis 8ab82569e3 Message Formatting Toolbar Tooltips
continuous-integration/drone/pr Build is passing Details
2022-06-16 09:23:10 -07:00
Sarah Jamie Lewis 106b45c758 Update Translations (including RU from @RuLang)
continuous-integration/drone/pr Build was killed Details
2022-06-15 10:46:05 -07:00
Sarah Jamie Lewis 7bae6485f7 Fixup Formatting PR (Dans Comments)
continuous-integration/drone/pr Build is passing Details
2022-06-14 18:44:24 -07:00
Sarah Jamie Lewis 04c335e7a4 formatting toolbar
continuous-integration/drone/pr Build was killed Details
2022-06-14 18:30:04 -07:00
Sarah Jamie Lewis 3961692817 Nicer Quoted Messages
continuous-integration/drone/pr Build was killed Details
2022-06-13 10:06:06 -07:00
Sarah Jamie Lewis d703a9636f Fix Contact Message Date not displaying date for day old messages
continuous-integration/drone/pr Build was killed Details
2022-06-13 09:31:25 -07:00
Sarah Jamie Lewis f848316db9 Fix bug preventing scrolling to unread messages
continuous-integration/drone/pr Build is pending Details
2022-06-10 15:42:54 -07:00
Sarah Jamie Lewis a5b253f185 Merge pull request 'reply_links' (#470) from reply_links into marcia_fixes
continuous-integration/drone/pr Build is pending Details
Reviewed-on: #470
2022-06-10 21:32:13 +00:00
Dan Ballard 59df024867 show down button in messageview when ever scrolling up 2022-06-10 14:28:16 -07:00
Sarah Jamie Lewis 65ff084952 make links in replies clickable
continuous-integration/drone/pr Build is pending Details
2022-06-10 14:21:40 -07:00
Sarah Jamie Lewis b3e11cfffd remove scroll controller from message view
continuous-integration/drone/pr Build is passing Details
2022-06-10 12:24:38 -07:00
Sarah Jamie Lewis 0c9be47e17 Click to scroll on Quoted Message / Shorten Text
continuous-integration/drone/pr Build is passing Details
2022-06-10 12:12:43 -07:00
Sarah Jamie Lewis 67850e8e4b Fix message view title padding in doublecol view
continuous-integration/drone/pr Build is passing Details
2022-06-10 10:40:39 -07:00
Sarah Jamie Lewis d1e8f71290 fixes for profile buttons
continuous-integration/drone/pr Build is passing Details
2022-06-09 14:54:48 -07:00
Sarah Jamie Lewis be8646e805 fix padding
continuous-integration/drone/pr Build is pending Details
2022-06-09 14:30:38 -07:00
Sarah Jamie Lewis 6d42f2c76c make text bold and add additional padding to contacts modal
continuous-integration/drone/pr Build was killed Details
2022-06-09 14:28:24 -07:00
Sarah Jamie Lewis 8429907650 modal menus design fixes
continuous-integration/drone/pr Build is passing Details
2022-06-09 14:26:02 -07:00
Sarah Jamie Lewis c3848553d7 Bugfix when resizing app when menu is open 2022-06-09 13:49:38 -07:00
Sarah Jamie Lewis d0e7e6703b Different buttons
continuous-integration/drone/pr Build was killed Details
2022-06-09 13:40:42 -07:00
Sarah Jamie Lewis 2bc47173f9 more clear contact request
continuous-integration/drone/pr Build was killed Details
2022-06-09 13:36:59 -07:00
Sarah Jamie Lewis 15c68d8812 remove padding
continuous-integration/drone/pr Build was killed Details
2022-06-09 13:20:01 -07:00
Sarah Jamie Lewis e76f2883c6 Column-wise contact row (marcia feedback)
continuous-integration/drone/pr Build is passing Details
2022-06-09 13:10:27 -07:00
Sarah Jamie Lewis c0f1b674aa marcia settings fixes
continuous-integration/drone/pr Build was killed Details
2022-05-31 13:37:32 -07:00
Sarah Jamie Lewis 2723a35d44 New Polish Translations
continuous-integration/drone/pr Build was killed Details
2022-05-24 11:14:42 -07:00
Sarah Jamie Lewis 9d4abc3725 Fix #457 + Formatting
continuous-integration/drone/pr Build is passing Details
2022-05-11 12:44:24 -07:00
Dan Ballard 001ad854c7 dont start 'new messages' when convo selected
continuous-integration/drone/pr Build is passing Details
2022-04-30 14:43:45 -07:00
Dan Ballard af5fb678fc Merge pull request 'caching fixes for stability and android' (#450) from cache3.0 into trunk
continuous-integration/drone/push Build is pending Details
Reviewed-on: #450
Reviewed-by: Sarah Jamie Lewis <sarah@openprivacy.ca>
2022-04-29 23:37:20 +00:00
Dan Ballard ffa51e83a1 new message marker moved from id to index and now works on old messages
continuous-integration/drone/pr Build is passing Details
2022-04-29 16:07:52 -07:00
Sarah Jamie Lewis 0146436cb3 Fix maximum width of dropdown boxes in settings
continuous-integration/drone/pr Build is passing Details
2022-04-29 09:57:26 -07:00
Dan Ballard 0647a2d98d android pre load unsynced messages
continuous-integration/drone/pr Build is pending Details
2022-04-28 21:28:12 -07:00
Dan Ballard 0bcfe75a63 rework cache android resume based off message count totals, force pre fetch on load message list, tweak new messages bubble behaviour 2022-04-28 08:57:31 -07:00
Dan Ballard e6c9f7becb GetMessage* on android; make reply to use message cache; New Messages bubble doesn't reup
continuous-integration/drone/pr Build is passing Details
2022-04-26 21:34:16 -07:00
Sarah Jamie Lewis dc78117e1a Format, Context Binding and Check if File Exists in File Bubble
continuous-integration/drone/pr Build is passing Details
2022-04-26 12:16:48 -07:00
Sarah Jamie Lewis 3287fa79ff Merge branch 'trunk' into perf
continuous-integration/drone/pr Build is passing Details
2022-04-21 23:32:07 +00:00
Sarah Jamie Lewis 20c854bafb Update Translations 2022-04-21 16:14:03 -07:00
Dan Ballard a3d986d9d6 ffi on windows more options to detect tor; nsis installer warn about cwtch needing exiting
continuous-integration/drone/pr Build is passing Details
2022-04-20 18:20:44 -07:00
Sarah Jamie Lewis 5e3387ec8a Debug Info Fix an Dependency Upgrades
continuous-integration/drone/pr Build is passing Details
2022-04-20 17:28:38 -07:00
Dan Ballard 4bd92d854f comments
continuous-integration/drone/pr Build is passing Details
2022-04-19 20:46:59 -07:00
Dan Ballard 5959981fe4 a bunch of cache logic fixes and futher support for reconnect on android 2022-04-19 20:46:59 -07:00
Dan Ballard 4e2f83ccd9 light theme fixes + message cache ! fix
continuous-integration/drone/pr Build is passing Details
2022-04-14 17:50:53 -07:00
Dan Ballard dc5ba7b392 readd linux notification manager so it handles notification icon in different linux style installs 2022-04-14 17:02:24 -07:00
Sarah Jamie Lewis 1df348c0c1 Debug Info Pane for Desktop
continuous-integration/drone/pr Build is passing Details
2022-04-14 15:34:36 -07:00
Dan Ballard a94fd3547b add popup about disable battery unoptimized; fix mute policy loading
continuous-integration/drone/pr Build is passing Details
2022-04-13 14:09:33 -07:00