Releases: octoshrimpy/quik
Releases · octoshrimpy/quik
v4.1.1 - here's the scoop
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
Merge pull request #350 from rehork/patch-8 Update for Polish translation
v16-03-25_1742164775
Merge pull request #350 from rehork/patch-8 Update for Polish translation
v15-03-25_1742077976
version bump
v4.1.0
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
Full Changelog: v4.0.12...v4.1.0
v01-03-25_1740797930
Merge pull request #315 from octoshrimpy/v4.1.0 version bumps from GH web
v01-03-25_1740797086
version bumps from GH web
v4.0.12
What's Changed
- Fixes the size of the icon.png. by @Inhishonor in #270
- Update build-on-pull.yml by @Inhishonor in #239
- context menu to save, share, forward, open externally by @gavine99 in #271
- Update PR-deploy.yml by @octoshrimpy in #272
- important fix for npe in messagesadapter with out messages by @gavine99 in #277
- Change from leave a review on Google Play to leave a star on github. by @Inhishonor in #278
- ingest attachments in standard manner by @gavine99 in #282
- Stt option and new button 244 by @gavine99 in #281
- Quick voice message 64 by @gavine99 in #286
Full Changelog: v4.0.11...v4.0.12
v17-02-25_1739824958
Merge pull request #286 from gavine99/quick-voice-message-64 Quick voice message 64
v4.0.11
What's Changed
- chore: closes #78 by @octoshrimpy in #79
- Keep download instructions in Readme by @licaon-kter in #71
- Updated Polish translation by @rehork in #85
- Update README.md by @Poussinou in #87
- Update README.md by @mattkwarren in #90
- Update MMS configs by @SkewedZeppelin in #103
- chore: more strings by @octoshrimpy in #80
- Revert "Update MMS configs" by @octoshrimpy in #112
- Update for Polish translation by @rehork in #119
- Update README.md by @sunbuggies in #130
- Fix Traditional Chinese translation by @anenasa in #132
- Update MMS configs by @SkewedZeppelin in #153
- Basic speech to text for compose (and qkreply) by @gavine99 in #206
- Text to speech by @gavine99 in #202
- add 'super' font size setting by @octoshrimpy in #200
- Basic speech to text for compose (and qkreply) take 2 by @gavine99 in #210
- make unread conversations float at the top of conversation lists by @gavine99 in #213
- [ FEAT REQ ] Select and copy a text part #178 by @gavine99 in #212
- add 'super' font size setting - take 2 by @gavine99 in #211
- bug fix for motion events being used after recycled by @gavine99 in #216
- disable reply ability to non-replyable messages/conversations by @gavine99 in #215
- Main widget launch appropriate app activities by @gavine99 in #214
- change convo name from main convo activity by @gavine99 in #224
- play audio attachments by @gavine99 in #225
- sort blocked messages by lastmessage.date desc by @gavine99 in #222
- select all on conversations and compose screens. new compose 'show status' option by @gavine99 in #220
- [Proposal][Workflow] Build on pull request by @Ilithy in #227
- [Proposal][Update] French translation by @Ilithy in #226
- fix fr strings from pr 226. fixes build by @gavine99 in #229
- changes to allow attaching any type of file by @gavine99 in #230
- Update french translation by @Ilithy in #231
- Fix pr 225 render issue by @gavine99 in #232
- fix unblock number bug by @gavine99 in #233
- silent notifications if no recipients are a contact by @gavine99 in #234
- Update Attachment.kt by @Inhishonor in #238
- Send delayed sms immediately by @gavine99 in #221
- bug fix of 'take a photo' not working by @gavine99 in #240
- fix mms image compression bug not compressing by @gavine99 in #243
- fix bug that disabled download/view of mms attachments by @gavine99 in #241
- fix only images attached to forwarded messages by @gavine99 in #247
- Scheduled messages click doesnt schedule 18 by @gavine99 in #249
- fully select message backgrounds in compose screen by @gavine99 in #250
- Disable auto hyperlink (warn link on press) 201 by @gavine99 in #252
- Fix strings in French Translation by @Inhishonor in #251
- Adds the icon to F-Droid. by @Inhishonor in #259
- gracefully handle a failure to get contact attachment data by @gavine99 in #265
- fixes for mms attachment view/share is suboptimal (#242) and other small fixups by @gavine99 in #254
New Contributors
- @licaon-kter made their first contribution in #71
- @rehork made their first contribution in #85
- @Poussinou made their first contribution in #87
- @mattkwarren made their first contribution in #90
- @SkewedZeppelin made their first contribution in #103
- @sunbuggies made their first contribution in #130
- @anenasa made their first contribution in #132
- @gavine99 made their first contribution in #206
- @Ilithy made their first contribution in #227
- @Inhishonor made their first contribution in #238
Full Changelog: v4.0.7...v4.0.11