-
another.im 1.0.1 Stable
released this
2024-12-13 20:44:39 +00:00 | 0 commits to master since this releaseChangelog
Version 1.0.1
Fixes
- Fixed message input focus loss
- Addressed potential crashes caused by NullPointerException
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
anotherim-1.0.1-conversations-free-arm64-v8a-release-aligned-signed.apk
39 downloads · 26 MiB
-
anotherim-1.0.1-conversations-free-armeabi-v7a-release-aligned-signed.apk
16 downloads · 22 MiB
-
anotherim-1.0.1-conversations-free-universal-release-aligned-signed.apk
25 downloads · 52 MiB
-
anotherim-1.0.1-conversations-free-x86-release-aligned-signed.apk
4 downloads · 27 MiB
-
anotherim-1.0.1-conversations-free-x86_64-release-aligned-signed.apk
30 downloads · 27 MiB
-
another.im 1.0.0 Stable
released this
2024-12-09 20:21:00 +00:00 | 72 commits to master since this releaseChangelog
Version 1.0.0
Implementation of OTR Chats
- Introduced OTR (Off-the-Record) messaging to enable private, secure conversations.
- Added the ability to start, verify, and blind trust secret chats.
- Secret chats can now be destroyed, and associated messages deleted for added security.
- Improved handling of OTR message notifications, ensuring raw messages aren’t displayed.
- Fixed issues related to OTR verification windows, MAM queries, and SMP initialization.
- Implemented better filtering for OTR messages.
Rebranding to another.im
- Previously known as Conversation Classic, the app has now been renamed another.im to avoid confusion with Conversations.
- New logo and app icon.
- Updated references from
conversations.im
toanother.im
across the app. - Changed the app ID and reset the version for a clean slate.
UI Improvements and Bug Fixes
- UI tweaks:
- Adjusted toolbar text sizes for better readability.
- Reduced text sizes for contact status displays.
- Enhanced toolbar indicators to show participant counts and last-seen statuses.
- Refined status calculations, considering last-seen data and removing outdated presence information.
- Fixed various issues:
- Addressed erratic behavior of the "jump to bottom" button.
- Resolved back-navigation problems.
- Ensured proper restoration of conversations from the database.
- Fixed an issue with missing reply IDs in single-mode conversations.
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
anotherim-1.0.0-conversations-free-arm64-v8a-release-aligned-signed.apk
65 downloads · 26 MiB
-
anotherim-1.0.0-conversations-free-armeabi-v7a-release-aligned-signed.apk
18 downloads · 22 MiB
-
anotherim-1.0.0-conversations-free-universal-release-aligned-signed.apk
8 downloads · 52 MiB
-
anotherim-1.0.0-conversations-free-x86-release-aligned-signed.apk
6 downloads · 27 MiB
-
anotherim-1.0.0-conversations-free-x86_64-release-aligned-signed.apk
6 downloads · 27 MiB
- Introduced OTR (Off-the-Record) messaging to enable private, secure conversations.
-
Conversations 2.3.1 Pre-release
released this
2024-08-12 08:54:07 +00:00 | 77 commits to master since this releaseChangelog
Version 2.3.1
New Features
- Account Indicator: Added an account indicator near conversations for easier identification. (Commit:
d7d922c1d1
) - Group Chat Icon: Group chats are now marked with an additional icon for clearer differentiation. (Commit:
f709e32805
) - Nickname in MUC Replies: Added nickname into reply fallback specifically for Multi-User Chat (MUC). (Commit:
869182d640
)
Improvements
- Brightened Background Color: Pinned messages now have a brighter background color for better visibility. (Commit:
4c2dd3e933
) - Improved Replies Fallback: Enhanced the fallback mechanism for replies. (Commit:
9892ff8d77
) - Contact Status Widget: Contact status is now displayed in a separate widget for better visibility. (Commit:
cf9d0c4f09
)
Localization
- Ukrainian Translation: Thanks to Bohdan Horbeshko for the extension of Ukrainian translation. (Commit:
229bd9133b
) - Russian Translation: Thanks to satrap for the extension of Russian translation. (Commit:
e2e5fa91bb
)
Fixes
- Fixed 'Hide Offline' Behavior: Resolved issues with the 'Hide offline' feature to ensure it behaves as expected. (Commit:
2b2ecbb44e
) - Fixed Crash on Group Chats Screen: Resolved a crash issue on the group chats screen. (Commit:
3d5ecaf376
) - Fixed Broken Replies on Conversation Reopen: Fixed an issue where replies were broken when reopening conversations. (Commit:
a124b7e790
) - Fixed Double Refresh Feature Discovery: Fixed the double refresh feature discovery. (Commit:
34acf2e49c
) - Contacts Tab: The contacts tab now shows only contacts, improving clarity and organization. (Commit:
42d59adc78
)
Miscellaneous
- Updated Readme: Updated the readme. (Commit:
97073a6b1e
) - Gradle Build Clean-Up: Cleaned up the Gradle build, including dropping the +free suffix. (Commit:
7fba65b594
) - Fixed Gradle Warnings: Resolved Gradle warnings. (Commit:
4bf4870b1d
) - Updated Fastlane Metadata and Bumped Version Code: Updated Fastlane metadata and bumped the version code. (Commit:
03dac84164
) - Restored ABI Code Suffixes for Changelog File Names: Restored ABI code suffixes for changelog file names. (Commit:
8e071aa53c
) - Moved Fastlane Files: Moved all Fastlane files to one directory according to F-Droid requirements. (Commit:
e9a800ed53
) - Removed JCenter: Removed JCenter. (Commit:
5034778a7d
) - Updated Fastlane Descriptions and Icon: Updated Fastlane descriptions and icon. (Commit:
8f729ca096
)
Contributors
- kosyak
- Thanks to Bohdan Horbeshko for Ukrainian translation
- Thanks to satrap for extended Russian translation
These release notes summarize the changes and improvements made in version 2.3.1. Thank you to all contributors for their hard work and dedication.
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
Conversations-2.3.1-conversations-free-arm64-v8a-release-aligned-signed.apk
250 downloads · 27 MiB
-
Conversations-2.3.1-conversations-free-armeabi-v7a-release-aligned-signed.apk
66 downloads · 24 MiB
-
Conversations-2.3.1-conversations-free-universal-release-aligned-signed.apk
103 downloads · 54 MiB
-
Conversations-2.3.1-conversations-free-x86-release-aligned-signed.apk
50 downloads · 29 MiB
-
Conversations-2.3.1-conversations-free-x86_64-release-aligned-signed.apk
150 downloads · 29 MiB
- Account Indicator: Added an account indicator near conversations for easier identification. (Commit:
-
Conversations 2.3.0 Pre-release
released this
2024-07-28 13:59:33 +00:00 | 100 commits to master since this releaseChangelog
Version 2.3.0
New Features
- New Settings Screen: A redesigned settings screen has been implemented for better user experience.
- Avatars Shape Customization: Users can now customize the shape of avatars in the chat.
- Per Conversation Custom Backgrounds: Each conversation can have its own custom background.
- Navigation Bar: Navigation throughout the app is now supported via the navigation bar.
- Medium Font for Unread Conversation Titles: Unread conversation titles now use a medium font for better visibility.
- Original File Name in Chat Attachments: Attachments in chat now retain their original file names.
Localization
- Russian Language: Extended support for the Russian language.
- Ukrainian Language: Extended support for the Ukrainian language.
Fixes
- Gestures Handling Conflict: Resolved conflicts in command handling related to gestures.
- Save to Downloads Menu Item: Fixed the visibility issue of the "Save to Downloads" menu item.
Miscellaneous
- Notifications Throttling Setting: Added a setting for notifications throttling across all conversations.
- Add Cheogram Mention: Included a mention of Cheogram in the about screen.
Contributors
- kosyak
- Thanks to Bohdan Horbeshko for Ukrainian translation
- Thanks to satrap for extended Russian translation
These release notes summarize the changes and improvements made in version 2.3.0. Thank you to all contributors for their hard work and dedication.
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
Conversations-2.3.0-conversations-free-arm64-v8a-release-aligned-signed.apk
127 downloads · 27 MiB
-
Conversations-2.3.0-conversations-free-armeabi-v7a-release-aligned-signed.apk
39 downloads · 24 MiB
-
Conversations-2.3.0-conversations-free-universal-release-aligned-signed.apk
64 downloads · 54 MiB
-
Conversations-2.3.0-conversations-free-universal-release-unsigned.apk
43 downloads · 54 MiB
-
Conversations-2.3.0-conversations-free-x86-release-aligned-signed.apk
38 downloads · 29 MiB
-
Conversations-2.3.0-conversations-free-x86_64-release-aligned-signed.apk
36 downloads · 29 MiB
-
Conversations 2.2.4 Pre-release
released this
2024-06-02 18:52:41 +00:00 | 124 commits to master since this releaseChangelog
Improvements
- Display the author name above the replied text.
Fixes
- Properly show contact names in group chats.
- Fixed conversation position issues when grouping is enabled.
Miscellaneous
- Updated to version 2.2.4
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
Conversations-2.2.4-conversations-free-arm64-v8a-release-aligned-signed.apk
160 downloads · 27 MiB
-
Conversations-2.2.4-conversations-free-armeabi-v7a-release-aligned-signed.apk
60 downloads · 24 MiB
-
Conversations-2.2.4-conversations-free-universal-release-aligned-signed.apk
83 downloads · 54 MiB
-
Conversations-2.2.4-conversations-free-x86-release-aligned-signed.apk
55 downloads · 29 MiB
-
Conversations-2.2.4-conversations-free-x86_64-release-aligned-signed.apk
84 downloads · 29 MiB
-
Conversations 2.2.2 Pre-release
released this
2024-05-27 23:42:42 +00:00 | 131 commits to master since this releaseChangelog
Version 2.2.2
Cheogram backports
- DTMF on calls (may be useful in case of calls to PSTN numbers)
- Initial implementation of XEP-0444 (Message Reactions)
New Features
- Implemented multi-selection for messages.
- Added swipe-to-reply gesture.
- Introduced group contacts by tag and group conversation by tags.
- Added author and date when copied multiple messages.
- Added an embedded photo editor.
- Added tags editor and support for tags in MUC (Multi-User Chat).
- Added support for 'Save to downloads' action for attachments.
- Added note to self as a separate context menu item.
- Added support for multi-selection for messages on share with screen.
- Added long tap on conversation.
- Introduced tags navigation and note to self.
- Introduced primary color picker.
- Added leakCanary for memory leak detection (only in debug mode).
- Added checkbox for auto downloading all files when connected to WiFi.
Improvements
- Better handling of note to self.
- Updated corners and stack bubbles from the last message.
- Enhanced message selection mode.
- Improved scroll to bottom button behavior.
- Improved replies on file or image messages.
- Improved replies and clickable replies.
- Improved messages highlighting.
- Improved message handling, allowing merging of private messages.
- Improved notifications handling and per contact notifications throttling settings.
- Improved notification sounds setting.
- Enhanced swipe-to-reply gesture.
Fixes
- Fixed voice call operation to support with all existing clients that support AV calls with DTLS-SRTP.
- Fixed memory and battery consumption during long uptimes with a bunch of large chats open.
- Fixed multi-line reply quote issue.
- Threw invalid viewType exception for better error handling.
- Fixed swipe gesture issues.
- Improved vertical scrolling during swipe-to-reply gesture.
- Fixed domain JID sanity check (temporarily disabled).
UI/UX Enhancements
- New launcher icons.
- New UI category in expert settings.
- Changed LED color to follow the current app primary color.
- Updated app name.
- New default primary color.
- Changed default accent color.
- Better handling of merged messages indicator.
- Enhanced conversation grouping on ShareWith screen.
Miscellaneous
- Separated app ID from upstream.
- Disabled OMEMO by default.
- Bumped version code.
- Bumped MAM limits.
- Updated version to 2.2.0.
- Split roster by different accounts.
- Added a button for copying contact JID.
- Moved restore backup button from context menu on welcome screen.
- Enhanced logs sender functionality.
- Got rid of outdated kernel version calculation code.
- Removed old bug reports system.
- Removed obsolete Cheogram bookmarks and leftovers.
- Updated dialpad and gateway interaction.
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
Conversations-2.2.2-conversations-free-arm64-v8a-release-aligned-signed.apk
311 downloads · 27 MiB
-
Conversations-2.2.2-conversations-free-armeabi-v7a-release-aligned-signed.apk
116 downloads · 24 MiB
-
Conversations-2.2.2-conversations-free-universal-release-aligned-signed.apk
153 downloads · 54 MiB
-
Conversations-2.2.2-conversations-free-x86-release-aligned-signed.apk
84 downloads · 29 MiB
-
Conversations-2.2.2-conversations-free-x86_64-release-aligned-signed.apk
74 downloads · 29 MiB