Naveen Singh
a59d4acbd9
feat: allow adding alphanumeric senders to contacts ( #653 )
...
Refs: https://github.com/FossifyOrg/Messages/issues/232
2025-12-23 19:13:23 +05:30
Naveen Singh
74e49cf939
feat: allow copying numbers from inside threads ( #652 )
...
* feat: allow copying numbers from inside threads
* fix: no such item exception!
* fix: reduce cyclomatic complexity for `setupOptionsMenu()`
* fix: prefer `conversation.phoneNumber` for clipboard
Refs: https://github.com/FossifyOrg/Messages/issues/651
2025-12-23 18:28:34 +05:30
Naveen Singh
14dc9ce860
fix: disable address normalization when checking blocked MMS senders ( #644 )
...
Removed MMS sender address normalization when checking against blocked numbers. Previously, blocking an alphanumeric address such as `VE-ViCARE` would block MMS messages from `VE-ViCARE` and the normalized number `83842273`. Even if that collision never occurs in the real world, removing normalization is the correct move and is consistent with how SMS blocking works.
2025-12-21 16:01:53 +05:30
Naveen Singh
1e3f5e5933
fix: improve sms receiver handling ( #642 )
...
* fix: improve sms receiver handling
* docs: add comment regarding multiple messages
* fix: catch errors when inserting conversation
Refs: https://github.com/FossifyOrg/Messages/issues/159
2025-12-21 14:51:54 +05:30
fossifybot[bot]
03d1a51a94
chore(release): v1.7.0 (19) ( #602 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-12-16 06:43:31 +05:30
Naveen Singh
85c138905e
feat: deprecate recycle bin feature ( #628 )
...
* feat: deprecate recycle bin feature
* docs: update changelog
Refs: https://github.com/FossifyOrg/Messages/issues/290
2025-12-11 19:38:47 +05:30
Naveen Singh
1a804c6473
fix: properly block MMS messages from unknown numbers ( #625 )
...
Refs: https://github.com/FossifyOrg/Messages/issues/610
2025-12-10 23:27:23 +05:30
Jan
988b532581
fix: properly handle "New conversation" shortcut
...
Refs: https://github.com/FossifyOrg/Messages/issues/416
2025-12-09 13:00:14 +05:30
Naveen Singh
30ecbbe3cb
feat: allow copying multiple messages ( #601 )
...
Refs: https://github.com/FossifyOrg/Messages/issues/600
2025-11-22 22:21:34 +05:30
fossifybot[bot]
86b5bf8ecc
chore(release): v1.6.0 (18) ( #575 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-30 00:27:29 +05:30
Naveen Singh
b6f39da7ef
docs(changelog): add entry about pinned search bar ( #587 )
2025-10-29 18:00:37 +05:30
Naveen Singh
07b7e92d82
perf: improve mark as read performance ( #584 )
...
Refs: https://github.com/FossifyOrg/Messages/issues/574
2025-10-28 18:55:36 +05:30
Naveen Singh
c91ce9560d
chore: bump target SDK version to 35 ( #471 )
...
* chore: bump target SDK version to 35
* fix: address nullability issues
* chore: bump target SDK version to 36
* refactor: update edge-to-edge implementation
* refactor: update edge-to-edge implementation
* refactor: update edge-to-edge implementation
* refactor: update edge-to-edge implementation
* refactor: migrate away from deprecated onBackPressed()
* chore(deps): update org.fossify.commons to 5.5.0
* docs: update changelog
* fix: add missing dependencies
* chore: update lint baselines
2025-10-26 22:58:17 +05:30
Naveen Singh
f3408f1f9a
feat: call directly instead of launching dialpad ( #563 )
...
Refs: https://github.com/FossifyOrg/Messages/issues/562
2025-10-23 20:39:09 +05:30
fossifybot[bot]
9773ccb82b
chore(release): v1.5.0 (17) ( #555 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-18 18:13:09 +00:00
Naveen Singh
219e651a46
docs: shorten changelog ( #568 )
...
* docs: shorten changelog
* docs: remove entry related to seconds instead
The list size change is more important to show
2025-10-18 23:39:10 +05:30
Naveen Singh
f98b1c20ea
docs: update changelog ( #565 )
2025-10-17 18:59:10 +05:30
Agnieszka C
772ed341fc
feat: show seconds in the message properties dialog ( #260 )
...
Refs: #260
2025-10-17 18:53:51 +05:30
Naveen Singh
2ed6dd07b8
feat: always show pin/unpin as action ( #561 )
...
* feat: always show pin/unpin as action
* docs: update changelog
2025-10-15 21:12:24 +05:30
Naveen Singh
0a66c46f0d
feat: add unread badge count for conversations ( #560 )
...
* feat: add unread badge count for conversations
* fix: mark all messages read on thread open
* fix: address some lint issues
* fix: mark as read/unread in the local db as well
* docs: update changelog
Refs: https://github.com/FossifyOrg/Messages/issues/264 , https://github.com/FossifyOrg/Messages/issues/177
2025-10-15 20:33:54 +05:30
Naveen Singh
58d2dc4610
feat: use standard list item sizes for conversations ( #558 )
...
* fix: update unresolved reference to launcher icon
* fix: use standard 40dp avatar size for list items
* fix: use standard text size for conversation list items
* feat: move conversation datetime to the top-right
* feat: move the conversation pin indicator to the bottom-right
* refactor: convert conversation item layouts to ConstraintLayout
* fix: use standard padding for elements in conversation list item
* fix: use proper constraints for list items
* fix: use standard list item height for conversations
* feat: lower pin indicator alpha to 0.7
* fix: use standard text sizes from commons
* docs: update changelog
* fix: minor layout fixes
Refs: https://github.com/FossifyOrg/General-Discussion/issues/118 , https://github.com/FossifyOrg/Messages/issues/376
2025-10-15 14:29:03 +05:30
Naveen Singh
93a2907fce
fix: fetch older messages as needed before jumping to searched message ( #557 )
...
Refs: https://github.com/FossifyOrg/Messages/issues/350
2025-10-15 03:15:37 +05:30
Naveen Singh
3303fc7c07
fix: avoid unnecessary refresh by splitting refresh events ( #556 )
...
* fix: avoid unnecessary refresh by splitting refresh events
* fix: suppress unused parameter lint error
Refs: https://github.com/FossifyOrg/Messages/issues/82
2025-10-15 01:40:20 +05:30
Naveen Singh
72eb0af8ec
perf: optimize loading messages in threads ( #552 )
...
* perf: improve lazy loading and remove spinner
* perf: optimize message loading by caching and reducing queries
* docs: update changelog
* style: use constant for cache size
* refactor: minor consistency improvement
* fix: override loaded preview size
* refactor: streamline message loading logic in scroll listener
* refactor: organize some dedup related code
* build: bump detekt return count limit
2 is 2 low
* fix: check contacts permissions before registering observer
* fix: disable fetching media resolutions in threads
* refactor: remove resolution fetching related code
* perf: cache MMS thread participants
* refactor: remove unused BitmapFactory import
* fix: invalidate participants cache when necessary
* fix: return copied participants from cache
* fix: adjust image loading dimensions in threads
* fix: use stable ids for header items
* fix: always rely on database check before flipping `allMessagesFetched`
2025-10-15 00:46:45 +05:30
fossifybot[bot]
c3f5cc0ef9
chore(release): v1.4.0 (16) ( #529 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-13 09:06:28 +05:30
Naveen Singh
d0312e0e40
fix: update send button state when compression is skipped ( #547 )
...
Refs: https://github.com/FossifyOrg/Messages/issues/165
2025-10-12 17:03:56 +05:30
Naveen Singh
7a291d7804
fix: properly handle keyword blocking ( #535 )
...
Refs: https://github.com/FossifyOrg/Messages/issues/99
2025-10-05 12:47:39 +05:30
Naveen Singh
b5d865b8c0
feat: show number picker when creating new chats or adding members ( #532 )
...
* feat: show number picker when adding members to group
Refs: https://github.com/FossifyOrg/Messages/issues/456
* feat: always show number picker when creating new chats
Refs: https://github.com/FossifyOrg/Messages/issues/153
* docs: update changelog
* docs: update changelog
* docs: update changelog
* feat: never show add person as an action button
* feat: never show add person as an action button
* docs: update changelog
2025-09-27 17:34:17 +05:30
Naveen Singh
2280c4581e
feat: reorder action buttons ( #530 )
...
* feat: never show delete button as action
This makes it slightly harder to accidentally deleted conversations.
* feat: reorder action buttons in chats and main screen
* docs: update changelog
2025-09-26 21:49:40 +05:30
Naveen Singh
4c96bb2056
feat: allow saving multiple attachments ( #528 )
...
* feat: allow saving multiple attachments
Refs: https://github.com/FossifyOrg/Messages/issues/75
* docs: update changelog
* docs: update changelog
* fix: move work to the background thread
* feat: allow saving attachment selections from different messages
Bonus for https://github.com/FossifyOrg/Messages/issues/75
2025-09-25 21:25:19 +05:30
fossifybot[bot]
16126c6f09
chore(release): v1.3.0 (15) ( #502 )
2025-09-09 15:21:00 +05:30
Naveen Singh
cf839e99df
feat: add option to keep conversations archived ( #501 )
...
* feat: add option to keep conversations archived
Refs: https://github.com/FossifyOrg/Messages/issues/334
* fix: archive/unarchive when mms is received
Previously, conversations weren't unarchived for new MMS messages.
* docs: update changelog
2025-09-01 01:15:01 +05:30
fossifybot[bot]
c0f2c25e32
chore(release): v1.2.3 (14) ( #487 )
...
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-08-22 09:40:46 +05:30
Naveen Singh
528a29891d
fix: remove shortcut badger ( #484 )
...
* fix: remove shortcut badger
* docs: update changelog
Refs: https://github.com/FossifyOrg/Messages/issues/64 , https://github.com/FossifyOrg/Messages/issues/483
2025-08-11 18:48:44 +05:30
fossifybot[bot]
0a4ce2847c
chore(release): v1.2.2 (13) ( #469 )
2025-08-01 12:25:12 +05:30
Naveen Singh
ce5b35737f
fix: ensure valid column index ( #462 )
...
* fix: ensure valid column index
See: https://github.com/FossifyOrg/Messages/issues/461
* refactor: use extension from commons
* docs: update changelog
2025-07-25 16:53:17 +05:30
Naveen Singh
0616a04e68
docs(changelog): add entry about sentence case ( #463 )
2025-07-21 09:20:47 +05:30
fossifybot[bot]
8072fe2c2a
chore(release): v1.2.1 (12) ( #435 )
...
* chore(release): v1.2.1 (12)
* chore(release): copy changelog from previous version
---------
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
Co-authored-by: Naveen Singh <snaveen935@gmail.com>
2025-06-17 17:55:56 +05:30
Naveen Singh
5f67f36496
fix: update changelog ( #434 )
2025-06-17 16:51:24 +05:30
Naveen Singh
fa05eb582b
chore(release): v1.2.0 (11) ( #417 )
...
* docs: update changelog
* chore(release): v1.2.0 (11)
2025-06-04 17:15:58 +05:30
Naveen Singh
6841c52dbf
style: reformat changelogs as per Keep a Changelog
2025-05-05 20:20:50 +05:30
Naveen Singh
e387bf610e
Update changelog
2025-04-01 12:47:29 +05:30
Naveen Singh
73929aeeba
Update changelog
2025-03-24 01:54:43 +05:30
Naveen Singh
31e970f878
Update changelog
2025-02-02 16:40:31 +05:30
Naveen Singh
d59a9ca27a
Update changelog
2025-01-23 23:50:58 +05:30
Naveen Singh
455588a3b1
Update changelog
2025-01-05 04:13:42 +05:30
Naveen Singh
2853be9e2c
Fix link in changelog
2025-01-05 03:52:00 +05:30
Naveen Singh
c9d94326e2
Update changelog
2025-01-05 03:45:33 +05:30
Naveen Singh
55c4e84ddc
Update changelog
2025-01-04 16:52:41 +05:30
Naveen Singh
79971924d5
Update changelog
2024-12-27 19:33:46 +05:30