Athozus
f5198b9187
Add empty trash button
2023-06-20 16:04:18 +02:00
BuckarooBanzay
8c20aeba5b
cache storage entries and batch them for write-back
2023-06-19 17:25:43 +02:00
Athozus
984d8c34d9
Fix unselect all ( 9679251
)
2023-06-18 19:40:11 +02:00
Athozus
968f402566
Fix trash restore crash
...
No message selected, makes an attempt to index nil value
2023-06-18 19:06:12 +02:00
Athozus
bfd3692280
Remove subject length limitation
...
Truncated with ... in message list, that don't break the formspec layout anymore
2023-06-18 16:45:52 +02:00
Athozus
8dadd8043c
Permit start composition of a message by passing receivers into /mail command ( close #101 )
2023-06-18 15:29:27 +02:00
Athozus
d53b07451c
Fix events while reading message in trash
2023-06-17 16:49:12 +02:00
Athozus
65764ee318
Rework message.lua events
2023-06-17 16:24:21 +02:00
Athozus
c6d8f8a069
Update credits
2023-06-17 15:57:26 +02:00
Athozus
31645f263b
Fix #93 (thanks to whosit)
2023-06-16 17:39:10 +02:00
Athozus
2e106e3df7
Add trash ( #100 )
...
* Add trash
* Add break at end of deleting loop
* Show trash tab only when trashing enabled
* Update translations
2023-06-15 19:28:04 +02:00
Buckaroo Banzai
de07f6b24b
fix mail.delete_mail
(again)
2023-06-06 19:58:41 +02:00
Buckaroo Banzai
42db40b7a7
partial fox for #97 ( #98 )
...
* partial fox for #97
* Fix #97
---------
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
Co-authored-by: Athozus <athozus@gmail.com>
2023-06-05 10:25:34 +02:00
Athozus
fab6f1a1e5
Fix long strings
2023-06-04 15:49:31 +02:00
Athozus
660d460af2
Make get_setting outside loop (performance)
2023-06-04 15:45:50 +02:00
Athozus
c655ff32e2
Fix drafts deleting/duplicating ( #96 )
2023-06-04 15:45:50 +02:00
Athozus
7822ff3038
Replace sent by outbox (consistency with inbox)
2023-06-04 15:45:49 +02:00
Athozus
869cc2bbc3
Show number of results (x of x' selected)
2023-06-04 15:45:49 +02:00
nyomi
5605b07e30
Add Hungarian translation
2023-06-04 15:45:39 +02:00
Athozus
5e24b9274f
Fix half deletion of messages
2023-06-02 22:55:11 +02:00
Athozus
9679251249
Remove unnecessary condition
...
On (un)select all, both unselect and select start with the same block, then it is better to remove conditions that reduce performance and aren't useful.
2023-05-23 17:49:17 +02:00
Athozus
f8ace25104
Remove duplicated variable
2023-05-20 20:29:00 +02:00
BuckarooBanzay
02853fc3d0
deploy workaround for #84
2023-05-17 16:16:42 +02:00
Athozus
8dcfc7dc77
Rework README
2023-05-07 15:08:45 +02:00
Athozus
2f01739d35
Add simplified Chinese translation (TheTrueBeginner)
2023-05-07 12:29:33 +02:00
Athozus
955f7d123f
Add sound notification ( #86 )
...
* Add sound notification
* Change sound
Update translations
2023-05-06 21:30:18 +02:00
Athozus
a79ebd94b8
Add Brazilian Portuguese (APercy)
2023-05-06 15:46:21 +02:00
Athozus
f70ce537a7
Add Spanish translation (Chache)
2023-05-05 23:28:32 +02:00
Athozus
5e3cfedc5e
Translate formatted strings
2023-05-05 16:05:07 +02:00
Athozus
95ab299016
Fix strings (translations and checks)
2023-05-05 13:13:09 +02:00
Athozus
720029a73e
Add settings ( #85 )
...
* Add settings
* Fix luacheck
* Fix unupdatable sorting fields values (settings)
* Better settings names
* Better sort settings behaviour
* Rework set_setting()
* Rework settings storage
* Better get sorting filters (inbox/outbox)
* Fix reseting/saving settings
2023-05-05 11:38:19 +02:00
Athozus
a8632255b3
Update contributors & version (1.1.4)
2023-05-02 15:57:57 +02:00
Athozus
c670d48622
Update selection list after an action ( fix #80 , #81 , #83 )
2023-05-02 10:42:23 +02:00
imre84
ec92aaba05
crash fixes ( #82 )
2023-04-30 23:19:22 +03:00
Athozus
47b18f2138
Update HUD after deleting ( fix #79 )
2023-04-28 16:25:24 +02:00
Athozus
7449aaca52
Message reply fixes ( #78 )
...
* Fix reply buttons in message list
* Give a default boxtab value (fix trivial issues)
2023-04-26 12:11:27 +02:00
Athozus
1a84c66346
Update about.lua
2023-04-21 23:43:47 +02:00
Athozus
fc90443952
Fix message infos ( #75 )
...
* Fix weird showing of message informations in outbox.lua
* Fix reply button on message view
2023-04-21 23:24:52 +02:00
Athozus
2290c2838e
Fix wrong message view in outbox
2023-04-20 08:47:59 +02:00
Buckaroo Banzai
ed3c8b97a1
update testing harness / move contact-list function to util ( #73 )
...
* update testing harness / move contact-list function to util
* Use 5.x.1 versioning
---------
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
Co-authored-by: Athozus <athozus@gmail.com>
2023-04-18 22:01:24 +02:00
Athozus
17d4c2e441
Fix re-open of message view
...
After sending a message from drafts and closed the formspec, at next call.
2023-04-15 22:10:45 +02:00
Athozus
7e17ff4805
Fix lag with multiple selection action ( #69 )
...
Reduce significantly time of action on several messages (20 sec to less than 0.5) (#69 )
2023-04-15 22:10:45 +02:00
Athozus
ccd65d72f7
Update README.md
2023-04-15 19:37:45 +02:00
Athozus
79d5ad803e
1.1.x ( #68 )
...
* Fix close button which makes the formspec blinking (#65 )
* Fix header click + use them as sorting (#66 )
* Abort checking messages when clicking on a header row (indexing a nil value)
* Use headers clicks to change sorting
* Fix oversized selected number #67 (#67 )
* about.lua to 1.1.1
2023-04-15 12:54:12 +02:00
Athozus
54a566f924
Update README.md
2023-04-14 11:45:26 +02:00
Athozus
911c0134cf
Update README
2023-04-12 17:26:09 +02:00
Athozus
83e451d4c8
Update about ( #62 )
2023-04-12 17:16:44 +02:00
Athozus
066c3e8301
Create .gitignore
2023-04-12 17:10:02 +02:00
Athozus
191e511a05
Add multiple selection ( #60 )
...
* Add multiple selection
* Fix wrong messages issues
* Update translations
* Mix colors for unread/cc in inbox with selected green
* Fix duplicates when clicking on select all with already one selected, and add the number of selected items
* Fixes
* Remove old translations files
* Fix filter priority
2023-04-12 17:08:34 +02:00
SX
67bda9a788
Simplify sorting and make it more readable ( #58 )
...
* Simplify sorting and make it more readable
* Make sorter local
* Fix sorters dropdowns go back to default
* Fix luacheck
* Move sorting dropdown values to selected_idxs
* Show previous sorters when going back from message/contacts/...
* Use shallow copy instead of original table
* Open mail interface with previous tab/dropdowns
* Rework mail.sort_messages
* Combine filter and sort, make filtering safe
* Remove checks and logging from sorters
---------
Co-authored-by: Athozus <athozus@gmail.com>
2023-04-10 15:16:23 +03:00