Skip to content

Releases: quik-sms/quik

QUIK v4.3.4

25 Jan 18:03
74dac04

Choose a tag to compare

What's Changed

  • Fix database migration from 4.3.1 by Inhishonor in #622
  • Fix the delayed sending icons not disappearing after hitting send by Inhishonor in #624
  • Add a description to the worker notification by Inhishonor in #625
  • Translations update from Hosted Weblate by weblate in #618
  • [DOCS] Update F-Droid link by Cj-Malone in #626
  • Fix search not recognizing special characters by Inhishonor in #635
  • Fix message content filters not being called by Truffle2143 in #636
  • Add a dedicated emoji reaction sync progress bar by Inhishonor in #640
  • Support matching message reactions that are truncated by Inhishonor in #642
  • Improvements to the worker and message notifications by Inhishonor in #647
  • Clean up logging by Inhishonor in #648
  • Add a GH action to validate fastlane metadata by Inhishonor in #656
  • Set QUIK as a potential default messaging app. by Inhishonor in #660
  • Fix duplicated messages by Inhishonor in #634
  • Fix compose activity infinitely loading by Inhishonor in #662
  • Fix realm migration again by Inhishonor in #664
  • Update MMS configs by github-actions[bot] in #665
  • Update release workflow by Inhishonor in #666
  • Contributing guidelines updates by Inhishonor in #667
  • Translations update from Hosted Weblate by weblate in #619
  • update readme and contributing by octoshrimpy in #671
  • Add a deduplicate message feature by Inhishonor in #672
  • Release v4.3.3 (2235) by github-actions[bot] in #673
  • Display all reacted emojis by benwaffle in #676
  • Implement tapping emoji to see who reacted by benwaffle in #677
  • Improve the release notes generation workflow by Inhishonor in #679
  • Translations update from Hosted Weblate by weblate in #680
  • Translations update from Hosted Weblate by weblate in #681
  • Move the auto delete old message setting to message management by Inhishonor in #685
  • Update the release workflow to use github output, and proper versioning by Inhishonor in #693
  • Rework the release workflow to be more reliable and to provide an in app changelog by Inhishonor in #694
  • Release v4.3.4 (2236) by github-actions[bot] in #695

New Contributors

  • Cj-Malone made their first contribution in #626
  • Truffle2143 made their first contribution in #636

Full Changelog: v4.3.2...v4.3.4

QUIK v4.3.2

11 Dec 01:15
12757fd

Choose a tag to compare

What's Changed

  • Add Features to app descriptions by Inhishonor in #364
  • speed up convo activity (de)select all by gavine99 in #368
  • Update Romanian translation by ygorigor in #367
  • Upload app apk to github by Inhishonor in #365
  • Fix Filter Logic to search by group conversation title. by Inhishonor in #373
  • fix internal file logging to work on all sdk versions by gavine99 in #374
  • Automatically update MMS configs by Inhishonor in #377
  • Added a setting to disable screenshots. by Inhishonor in #383
  • Improve d-pad support by wiggleforlife in #362
  • move sms receive code path to a worker model to avoid anr on message receive by gavine99 in #391
  • fix race condition when using block menu item on main activity by gavine99 in #392
  • limit convo bubble text to 5000 chars by gavine99 in #389
  • Change debug build to have a debug tag. by Inhishonor in #394
  • fix housekeeping worker using a pre-calced, static value for 'delete files older than' by gavine99 in #395
  • Change a hardcoded name to a variable by Inhishonor in #396
  • make string parsing for emoji-only faster by gavine99 in #399
  • upgrades to appcompat and emoji libraries. fix pr 399 for non-playstore/gsm os by gavine99 in #402
  • fix bug in speech recogniser available check by gavine99 in #401
  • remove some old commented-out, test code and one small refactor by gavine99 in #407
  • Rename error toast string by Inhishonor in #408
  • fix possible race conditions in main and compose activities by gavine99 in #415
  • message send -> convos congruence and chip->convo monitoring improvements by gavine99 in #416
  • maintain setting messages seen and read congruence with native provider db by gavine99 in #418
  • no keyboard auto-show on compose activity by gavine99 in #406
  • fix: typo in French translation by eliovir in #428
  • Enable Android conversation features by Choucroute-melba in #434
  • fix speech engines pronouncing "am" and "pm" and "sms" as words by gavine99 in #442
  • Fix null image generation for conversation icons by Choucroute-melba in #445
  • Update contributing guidelines. by Inhishonor in #452
  • Set allowBackup to false by Inhishonor in #450
  • Moved draft indicator to text snippet by lamemakes in #458
  • Moved Scheduled Message Toast to main thread. by Inhishonor in #459
  • Rework Strings by Inhishonor in #463
  • Update Strings for french translation by Aur36 in #464
  • fix glide 'using recycled image' error in resize mms image path by gavine99 in #467
  • Add a notification action to resend a failed message by Inhishonor in #475
  • Optimize all imports by Inhishonor in #476
  • Build debug build automatically with a debug key. by Inhishonor in #477
  • Notification improvements by Inhishonor in #478
  • Remove all mentions of analytics by Inhishonor in #483
  • Weblate by Inhishonor in #482
  • Update bump-and-build.yml by octoshrimpy in #487
  • chore: bump to 4.2.0 (2230) by github-actions[bot] in #488
  • Remove unused github action files by Inhishonor in #491
  • Update auto-update-mms-configs.yml by Inhishonor in #492
  • Rework Scheduled Messages by Inhishonor in #498
  • Block messages based on content by peanut250 in #496
  • Fix archived toast's incorrect wording by Inhishonor in #489
  • Improvements to the mark (un)read actions by Inhishonor in #503
  • Normalize numbers before comparing. by Inhishonor in #490
  • Clean up gradle files by Inhishonor in #501
  • Fix realm migration for message content filters by peanut250 in #508
  • Change attachments to be saved with QUIK_format_date by Inhishonor in #511
  • Migrate remaining components to androidx by Inhishonor in #512
  • Fix draft being sorted at the bottom by Inhishonor in #518
  • Various improvements to the widget by Inhishonor in #523
  • Fix logs by Inhishonor in #528
  • Refactor sync code to use an async transaction/separate looper thread by Inhishonor in #529
  • Bump kotlin version to 1.7.21 by benwaffle in #532
  • Parse and render emoji reactions by benwaffle in #533
  • Start migration to view bindings by benwaffle in #539
  • Fix closed Realm instance during send by benwaffle in #552
  • Fix regex matching for message content filters by peanut250 in #574
  • Translations update from Hosted Weblate by weblate in #535
  • Release v4.2.0 (2230) by github-actions[bot] in #581
  • Release v4.2.1 (2231) by github-actions[bot] in #586
  • Fix release builds by Inhishonor in #588
  • Release v4.3.0 (2232) by github-actions[bot] in #597
  • Fix delimiter in release action by Inhishonor in #598
  • Release v4.3.1 (2233) by github-actions[bot] in #599
  • Translations update from Hosted Weblate by weblate in #595
  • Translations update from Hosted Weblate by weblate in #579
  • Upgrade smsmms group individual send no wait appear delayed mms mms receive to worker send ack mmsc by Inhishonor in #594
  • Fix crash on loading conversation by Inhishonor in #603
  • Support building a fdroid variant by Inhishonor in #604
  • Generate checksum for release apks by Inhishonor in #607
  • Navigate back to main screen from contacts activity by Inhishonor in #608
  • Various updates to auto-update-mms-configs by Inhishonor in #610
  • Release v4.3.2 (2234) by github-actions[bot] in #612

New Contributors

  • ygorigor made their first contribution in #367
  • wiggleforlife made their first contribution in #362
  • eliovir made their first contribution in #428
  • Choucroute-melba made their first contribution in #434
  • lamemakes made their first contribution in #458
  • Aur36 made their first contribution in #464
  • github-actions[bot] made their first contribution in #488
  • peanut250 made their first contribution in #496
  • benwaffle made their first contribution in #532
  • weblate made their first contribution in #535

Full Changelog: v18-03-25_1742263431...v4.3.2

QUIK v4.3.1

09 Dec 20:49
3a83192

Choose a tag to compare

Important

Due to an update in our release infrastructure, we have rotated out the app signing keys.
What this means: A reinstall is required for this version, instead of updating. Remember to go into settings and sync SMS to the device's database!

In addition this update will not be going out over F-Droid while #601 is implemented.

Thanks everyone!

What's Changed

  • Add Features to app descriptions by Inhishonor in #364
  • speed up convo activity (de)select all by gavine99 in #368
  • Update Romanian translation by ygorigor in #367
  • Upload app apk to github by Inhishonor in #365
  • Fix Filter Logic to search by group conversation title. by Inhishonor in #373
  • fix internal file logging to work on all sdk versions by gavine99 in #374
  • Automatically update MMS configs by Inhishonor in #377
  • Added a setting to disable screenshots. by Inhishonor in #383
  • Improve d-pad support by wiggleforlife in #362
  • move sms receive code path to a worker model to avoid anr on message receive by gavine99 in #391
  • fix race condition when using block menu item on main activity by gavine99 in #392
  • limit convo bubble text to 5000 chars by gavine99 in #389
  • Change debug build to have a debug tag. by Inhishonor in #394
  • fix housekeeping worker using a pre-calced, static value for 'delete files older than' by gavine99 in #395
  • Change a hardcoded name to a variable by Inhishonor in #396
  • make string parsing for emoji-only faster by gavine99 in #399
  • upgrades to appcompat and emoji libraries. fix pr 399 for non-playstore/gsm os by gavine99 in #402
  • fix bug in speech recogniser available check by gavine99 in #401
  • remove some old commented-out, test code and one small refactor by gavine99 in #407
  • Rename error toast string by Inhishonor in #408
  • fix possible race conditions in main and compose activities by gavine99 in #415
  • message send -> convos congruence and chip->convo monitoring improvements by gavine99 in #416
  • maintain setting messages seen and read congruence with native provider db by gavine99 in #418
  • no keyboard auto-show on compose activity by gavine99 in #406
  • fix: typo in French translation by eliovir in #428
  • Enable Android conversation features by Choucroute-melba in #434
  • fix speech engines pronouncing "am" and "pm" and "sms" as words by gavine99 in #442
  • Fix null image generation for conversation icons by Choucroute-melba in #445
  • Update contributing guidelines. by Inhishonor in #452
  • Set allowBackup to false by Inhishonor in #450
  • Moved draft indicator to text snippet by lamemakes in #458
  • Moved Scheduled Message Toast to main thread. by Inhishonor in #459
  • Rework Strings by Inhishonor in #463
  • Update Strings for french translation by Aur36 in #464
  • fix glide 'using recycled image' error in resize mms image path by gavine99 in #467
  • Add a notification action to resend a failed message by Inhishonor in #475
  • Optimize all imports by Inhishonor in #476
  • Build debug build automatically with a debug key. by Inhishonor in #477
  • Notification improvements by Inhishonor in #478
  • Remove all mentions of analytics by Inhishonor in #483
  • Weblate by Inhishonor in #482
  • Update bump-and-build.yml by octoshrimpy in #487
  • chore: bump to 4.2.0 (2230) by github-actions[bot] in #488
  • Remove unused github action files by Inhishonor in #491
  • Update auto-update-mms-configs.yml by Inhishonor in #492
  • Rework Scheduled Messages by Inhishonor in #498
  • Block messages based on content by peanut250 in #496
  • Fix archived toast's incorrect wording by Inhishonor in #489
  • Improvements to the mark (un)read actions by Inhishonor in #503
  • Normalize numbers before comparing. by Inhishonor in #490
  • Clean up gradle files by Inhishonor in #501
  • Fix realm migration for message content filters by peanut250 in #508
  • Change attachments to be saved with QUIK_format_date by Inhishonor in #511
  • Migrate remaining components to androidx by Inhishonor in #512
  • Fix draft being sorted at the bottom by Inhishonor in #518
  • Various improvements to the widget by Inhishonor in #523
  • Fix logs by Inhishonor in #528
  • Refactor sync code to use an async transaction/separate looper thread by Inhishonor in #529
  • Bump kotlin version to 1.7.21 by benwaffle in #532
  • Parse and render emoji reactions by benwaffle in #533
  • Start migration to view bindings by benwaffle in #539
  • Fix closed Realm instance during send by benwaffle in #552
  • Fix regex matching for message content filters by peanut250 in #574
  • Translations update from Hosted Weblate by weblate in #535
  • Release v4.2.0 (2230) by github-actions[bot] in #581
  • Release v4.2.1 (2231) by github-actions[bot] in #586
  • Fix release builds by Inhishonor in #588
  • Release v4.3.0 (2232) by github-actions[bot] in #597
  • Fix delimiter in release action by Inhishonor in #598
  • Release v4.3.1 (2233) by github-actions[bot] in #599

New Contributors

  • ygorigor made their first contribution in #367
  • wiggleforlife made their first contribution in #362
  • eliovir made their first contribution in #428
  • Choucroute-melba made their first contribution in #434
  • lamemakes made their first contribution in #458
  • Aur36 made their first contribution in #464
  • github-actions[bot] made their first contribution in #488
  • peanut250 made their first contribution in #496
  • benwaffle made their first contribution in #532
  • weblate made their first contribution in #535

Full Changelog: v18-03-25_1742263431...v4.3.1

v4.1.1 - here's the scoop

15 Mar 22:27
daa212d

Choose a tag to compare

What's Changed

  • Fix Dead Link by @Inhishonor in #317
  • fix for handling sms:1234566?body=xyz style uris starting compose activity by @gavine99 in #327
  • blockthreadreceiver db interaction on io thread by @gavine99 in #328
  • fix circular update of message text and db conversation in qkreply by @gavine99 in #331
  • fix bug causing compose activity to finish() when it wasn't supposed to by @gavine99 in #344
  • Remove DependencyInfoBlock in APK by @Inhishonor in #347
  • dial last non-me party in a group convo by @gavine99 in #352
  • fix new conversation not created for non-send-as-group multi-recipient message by @gavine99 in #345
  • ui changes to make attach menu properly visible in dark (and light) theme by @gavine99 in #353
  • do not save draft text when adding new recipients to group convo by @gavine99 in #356
  • ui - change compose activity bubble text selection colors by @gavine99 in #354

Full Changelog: v4.1.0...v4.1.1

v18-03-25_1742263431

18 Mar 02:03
daa212d

Choose a tag to compare

v18-03-25_1742263431 Pre-release
Pre-release
Merge pull request #350 from rehork/patch-8

Update for Polish translation

v16-03-25_1742164775

16 Mar 22:39
daa212d

Choose a tag to compare

v16-03-25_1742164775 Pre-release
Pre-release
Merge pull request #350 from rehork/patch-8

Update for Polish translation

v15-03-25_1742077976

15 Mar 22:32
64f5ddf

Choose a tag to compare

v15-03-25_1742077976 Pre-release
Pre-release
version bump

v4.1.0

01 Mar 02:53
c4f50ee

Choose a tag to compare

What's Changed

  • bug fix for race condition crash when deleting a message by @gavine99 in #289
  • use bluetooth sco source device, if available, to record audio by @gavine99 in #290
  • Fix wrong string when long-pressing detail button. by @Inhishonor in #293
  • changes to enable a delete/clear menu icon on compose screen by @gavine99 in #297
  • changes to bring scheduled messages activity into ui alignment with the rest of the app by @gavine99 in #298
  • changes to allow editing of scheduled messages by @gavine99 in #301
  • Scheduled message save attachments locally 295 by @gavine99 in #303
  • Update attachment icon retrieve and manifest query to enable by @gavine99 in #306
  • upgrade glide library version by @gavine99 in #307
  • Check to see if STT provider is available and if not abort process. by @Inhishonor in #302
  • bug fix remove extraneous controls on compose (sim and mic) when no reply possible by @gavine99 in #305
  • Fix Copyright Date by @Inhishonor in #310
  • Fix Backup and Restore being unable to read file. by @Inhishonor in #311
  • Replace QUIK hero image in README.md by @ADTC in #313
  • Adds contributing guidelines. by @Inhishonor in #309
  • version bumps from GH web by @octoshrimpy in #315

New Contributors

  • @ADTC made their first contribution in #313

Full Changelog: v4.0.12...v4.1.0

v01-03-25_1740797930

01 Mar 02:58
c4f50ee

Choose a tag to compare

v01-03-25_1740797930 Pre-release
Pre-release
Merge pull request #315 from octoshrimpy/v4.1.0

version bumps from GH web

v01-03-25_1740797086

01 Mar 02:44
2a530a4

Choose a tag to compare

v01-03-25_1740797086 Pre-release
Pre-release
version bumps from GH web