Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
401b70d
Parse and render emoji reactions
benwaffle Aug 26, 2025
07507e5
cleanup
benwaffle Aug 26, 2025
a2568f1
simplify target matching
benwaffle Aug 27, 2025
0c111b2
fix default msg padding
benwaffle Aug 27, 2025
91ce2e8
handle iOS tapbacks
benwaffle Aug 27, 2025
465a6ee
handle removals
benwaffle Aug 27, 2025
2b09361
remove pii logs
benwaffle Aug 28, 2025
dfe83a3
newlines
benwaffle Aug 28, 2025
9b2ae33
cleanup
benwaffle Aug 28, 2025
8a90923
Fix clipping a bit
benwaffle Aug 28, 2025
2ddcf9b
Fix message grouping
benwaffle Aug 28, 2025
46ec295
Parse google messages emoji removal
benwaffle Sep 2, 2025
177f953
Merge remote-tracking branch 'upstream/master' into emoji-reacts
benwaffle Sep 2, 2025
b4bc87a
Fix emoji clipping
benwaffle Sep 2, 2025
c1dcf88
move emoji reaction code to repo and impl
benwaffle Sep 2, 2025
fc70fe7
search all messages as emoji targets and log time taken
benwaffle Sep 2, 2025
dbba9c4
cleanup
benwaffle Sep 2, 2025
50c6e08
Parse all emoji reactions on migration
benwaffle Sep 2, 2025
d3eaa4f
cleanup
benwaffle Sep 3, 2025
f6019e1
Localize emoji patterns
benwaffle Sep 4, 2025
2ab9ef3
Make localization easier
benwaffle Sep 4, 2025
0e522f0
add more russian regexes
benwaffle Sep 4, 2025
bb63794
use generic google messages regex
benwaffle Sep 4, 2025
01a52f5
cleanup
benwaffle Sep 7, 2025
e30bf37
Apply suggestion from @Inhishonor
benwaffle Sep 13, 2025
fb28453
Apply suggestion from @Inhishonor
benwaffle Sep 13, 2025
ed63d27
fix emoji count wrapping
benwaffle Sep 13, 2025
dbecaf1
Show emoji reaction messages if target isn't found
benwaffle Sep 13, 2025
a4e2ced
overwrite emoji reactions with newer ones
benwaffle Sep 13, 2025
f7ad9fe
Apply suggestion from @Inhishonor
benwaffle Sep 22, 2025
3ef51b7
Update data/src/main/java/com/moez/QKSMS/repository/EmojiReactionRepo…
benwaffle Sep 22, 2025
2511ed1
log
benwaffle Sep 27, 2025
e28c473
Fix visible reaction messages
benwaffle Oct 1, 2025
e290545
Fix avatar alignment for incoming messages with emojis
benwaffle Oct 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
newlines
  • Loading branch information
benwaffle committed Aug 28, 2025
commit dfe83a3b48088c6fb57f7a407575f008ffe52b87
2 changes: 1 addition & 1 deletion domain/src/main/java/com/moez/QKSMS/model/EmojiReaction.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ open class EmojiReaction : RealmObject() {

/** Thread ID for easier querying */
@Index var threadId: Long = 0
}
}