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
Naveen
38bc2ed8c1
Update changelogs
2024-02-10 00:53:59 +05:30
Naveen
acd5087cd1
Update changelog
2024-01-22 21:45:04 +05:30
tibbi
8b27d9f379
updating changelog
2023-10-05 12:48:46 +02:00
tibbi
f5ce526ff6
updating changelog
2023-10-04 12:32:43 +02:00
tibbi
6ecc87c433
updating changelog
2023-09-20 09:18:05 +02:00
tibbi
d5bdb11011
updating changelog
2023-09-19 09:16:36 +02:00
tibbi
d168889767
updating changelog
2023-05-19 22:59:06 +02:00
tibbi
66c8b21cce
changing version 5.18.0 to 5.18.1 in changelog
2023-04-14 10:20:18 +02:00
tibbi
c3e9108132
updating changelog
2023-03-25 09:12:28 +01:00
tibbi
fba1c6f904
updating changelog
2023-03-04 23:07:46 +01:00
tibbi
1f456a902c
updating changelog
2023-02-08 10:42:13 +01:00
tibbi
1bd5f96e61
updating changelog
2023-02-01 13:35:10 +01:00
tibbi
825190eb1a
updating changelog
2023-01-12 16:24:25 +01:00
tibbi
e91ff11678
updating changelog
2023-01-06 17:53:59 +01:00
tibbi
266936fbe0
updating changelog
2023-01-03 23:41:48 +01:00
tibbi
bf85cd147d
updating changelog
2022-12-14 22:39:32 +01:00
tibbi
2f3c99ced3
updating changelog
2022-11-30 23:43:44 +01:00
tibbi
81889ce753
updating changelog
2022-11-21 21:27:33 +01:00