Commit Graph

12422 Commits

Author SHA1 Message Date
Oscar Mira 043313a54e Add insider README 2023-08-04 12:33:11 +02:00
Oscar Mira b69d94017f Merge branch 'molly-6.10' 2023-02-15 12:17:12 +01:00
Oscar Mira 4d30c2e497 Fix NPE in VoiceNotePlaybackService
Fixes #162
2023-02-15 11:51:51 +01:00
Oscar Mira 8f73e4b9ad Delete zero-sized broken attachments during backup export
Closes #139
2023-02-14 19:19:12 +01:00
toastal 3cdcd8d4fb Remove unsemantic blockquote
> A block quote marker, optionally preceded by up to three spaces of
> indentation, consists of (a) the character `>` together with a
> following space of indentation, or (b) a single character `>` not
> followed by a space of indentation.

— CommonMark Spec v0.30, https://spec.commonmark.org/0.30/#block-quotes

`>` denotes a `<blockquote>` in Markdown and is rendered as such.

> The blockquote element represents a section that is quoted from
> another source.

— W3C HTML spec, https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element

Since this block in the README isn’t quoting any source, itself or
otherwise, the usage of this element is not semantic and should be
removed. It’s unclear what value the blockquote is providing.
2023-02-14 21:03:10 +07:00
Oscar Mira 20c9c29e03 Revert "Disable auto backups for now"
This reverts commit d2890bce8d.
2023-02-13 23:05:33 +01:00
Oscar Mira ff5dcc7a6d Merge tag 'v6.10.9' into molly-6.10 2023-02-13 23:05:33 +01:00
Greyson Parrelli 1c1aeea3b3 Bump version to 6.10.9 2023-02-08 21:28:54 -05:00
Greyson Parrelli fb68f00b94
Fix method to find MMS group. 2023-02-08 21:12:00 -05:00
Alex Hart d342f7ae18 Bump version to 6.10.8 2023-02-07 12:26:30 -04:00
Alex Hart 9c3711d757 Bump version to 6.10.7 2023-02-07 12:15:30 -04:00
Cody Henthorne 37e64ff819 Fix backup scheduling looping bug. 2023-02-07 11:12:59 -05:00
Alex Hart 53a6eec82a Bump version to 6.10.6 2023-02-06 13:12:17 -04:00
Nicholas Tinsley ff131087db Catch new audio recording error states. 2023-02-06 13:02:04 -04:00
Nicholas Tinsley e84c6187b9 Bump version to 6.10.5 2023-02-01 16:59:54 -05:00
Nicholas Tinsley b5d52db57c Add logging for audio recorder exceptions. 2023-02-01 11:41:30 -05:00
Alex Hart f320cf8833 Add factory for story privacy view model. 2023-02-01 12:22:55 -04:00
Cody Henthorne c76ca957e1
Prevent keyboard from closing immediately after opening. 2023-02-01 10:35:42 -05:00
Cody Henthorne 56354f6aae Fix memory leak of schedule message observers. 2023-02-01 10:22:17 -05:00
Nicholas Tinsley 2bf84a5f77 Fix country code dropdown during registration. 2023-02-01 09:54:44 -05:00
Nicholas Tinsley 8b23d9a6c4 Bump version to 6.10.4 2023-01-31 17:20:05 -05:00
Nicholas Tinsley 2cae3ddf04 Updated language translations. 2023-01-31 17:20:05 -05:00
Greyson Parrelli 670b6c4c56 Revert "Upgrade to Glide 4.14.2"
This reverts commit 3ee889cb79.
2023-01-31 16:15:33 -05:00
Alex Hart eceed641bf Fix leak in recording session. 2023-01-31 16:15:33 -05:00
Nicholas 5febe6490c Null check Media URI in save task. 2023-01-31 16:15:33 -05:00
Nicholas dca47e4cb5 Strip mention Spans out of media captions. 2023-01-31 16:15:33 -05:00
Nicholas c3bcba6380 Design improvements for registration flow. 2023-01-31 16:15:33 -05:00
Alex Hart cb01692a50 Fix localization of note to self string in search. 2023-01-31 10:07:50 -04:00
Alex Hart e90074ffef Fix issue with bottom sheets. 2023-01-31 10:00:25 -04:00
Alex Hart 691520bc75 Clean out dead code from contact search. 2023-01-30 12:52:27 -04:00
Greyson Parrelli e6de06be6f Bump version to 6.10.3 2023-01-30 10:40:13 -05:00
Greyson Parrelli a77079ac81 Updated language translations. 2023-01-30 10:39:52 -05:00
Greyson Parrelli 30b58fe5f4 Don't run FTS optimize job (for now). 2023-01-30 10:39:41 -05:00
Oscar Mira b76606f06c Merge branch 'molly-6.9' 2023-01-28 12:12:40 +01:00
Greyson Parrelli 7275b95b58 Bump version to 6.10.2 2023-01-27 17:42:22 -05:00
Greyson Parrelli f04d46b4ed Updated language translations. 2023-01-27 17:42:22 -05:00
Greyson Parrelli e12bbe943b Restore the 3-dot menu when creating a PIN. 2023-01-27 17:42:22 -05:00
Greyson Parrelli 7348224dc2 Prevent thread trimming from gumming up the database. 2023-01-27 17:42:22 -05:00
Cody Henthorne 30c33fdd77 Fix issues with scheduled messages and quotes.
- Tapping quote in schedule view will jump to message in chat
- Scheduling a quote will not make the quoted message render as "isQuoted"
- Scheduled quotes will not appear in the quoted message's sheet of replies
- Fixes an off-by-N where N = # of scheduled messages when calculating location for jumping to a message
2023-01-27 17:42:22 -05:00
Alex Hart e7339af119 Add fix for group membership query. 2023-01-27 17:42:22 -05:00
Cody Henthorne 661fff7a0e Fix scheduled messages being sent out of order. 2023-01-27 17:42:22 -05:00
Alex Hart c37bad0f7a Fix opening filter when swiping from within collapsingtoolbar. 2023-01-27 17:42:22 -05:00
Alex Hart 7f228fc0fd Do not display add to story if stories are disabled. 2023-01-27 17:42:22 -05:00
Cody Henthorne 14cd216668 Fix crash when delete scheduled message dialog is open and message sends. 2023-01-27 17:42:22 -05:00
Cody Henthorne 0cb0ef977c Add calendar icon to pick date and time item.
Co-authored-by: Sgn-32 <49990901+Sgn-32@users.noreply.github.com>
2023-01-27 17:42:22 -05:00
Cody Henthorne 1761529ce9 Disable schedule message for SMS. 2023-01-27 17:42:22 -05:00
Clark a14fc82e83 Fix scheduled view once message looking weird. 2023-01-27 17:42:22 -05:00
Clark b94f5501d9 Disable scheduling of voice note messages. 2023-01-27 17:42:21 -05:00
Clark 834283ba9b Hide scheduled messages bar with input panel. 2023-01-27 17:42:21 -05:00
Nicholas 23190a2f6e
Fix NumericKeyboardView in RTL. 2023-01-27 11:06:04 -05:00