From Tolik Vdovichev@2:292/854.180 to All on Sun Feb 12 12:28:36 2023
Hello,
I've sent version 1.7.2 to open testing. Hope it will pass through.
I reworked navigation between mail messages to use ViewPager.
This provides more natural feedback when sweeping between messages.
As side effect - simplification of underlying coede.
I separated reworking navigation between echo areas messages to
another task due to large amount of work. While I'm working on
echo mail navigation you will have a chance to test netmail :-)
Affected parts of application: everything that is related to NETMAIL
and other mail areas.
Updated TODO list:
Bugs:
#B8 - Fix implicit intent warning reported by Play Console [IN PROGRESS]
#B9 - Crash due to memory leak when tossing a large amount of bundles [NEW]
Features:
#F2 - Uuencodes suport [NEW]
#F3 - UTF-8 support [NEW]
#F4 - Dark mode support [NEW]
#F5 - Editing unsent messages [NEW]
#F6 - Search messages [NEW]
#F7 - FSC-0035 REPLYTO support [NEW]
#F8 - Polling schedule [NEW]
Improvements:
#I1 - Faster messages displaying (especially big ones) [NEW]
#I2 - Switch to ViewPager for navigation between mail messages [1.7.2]
#I3 - Improve quoting removal [NEW]
#I4 - Quote kludges in a single paragraph [DONE] [1.6.11]
#I5 - First letter capitalization in sentences [DONE] [1.6.11]
#I6 - Mass delete from DUPES and BADMAIL [NEW]
#I7 - Private reply [NEW]
#I8 - Switch to ViewPager for navigation between echo messages [IN PROGRESS] #I9 - Separate indication for new and unread messages [NEW]
#I10 - Sort areas by read status [NEW]
#I11 - Optimize overhead of data reading from areas when reading messages [NEW]
Legend:
NEW - item is in queue
IN PROGRESS - item is in progress
DONE - item is completed in specified version
With best regards,
Anatoly.
--- AfterShock/Android 1.7.1
* Origin: Little Station BBS (2:292/854.180)
From Rudi Timmermans@2:292/140 to Tolik Vdovichev on Sun Feb 12 13:47:45 2023
Hi Tolik,
I've sent version 1.7.2 to open testing. Hope it will pass through.
Thanks!
---
Best regards,
Rudi Timmermans.
--- AfterShock/Android 1.7.2
* Origin: Light Station (2:292/140)
From Carlos Navarro@2:341/234.1234 to Tolik Vdovichev on Sun Feb 12 16:33:49 2023
12 feb 2023 12:28, Tolik Vdovichev -> All:
I've sent version 1.7.2 to open testing. Hope it will pass through.
Installed.
Carlos
--- AfterShock/Android 1.7.2
* Origin: cyb mobile test point (2:341/234.1234)
From Sean Rima@2:263/1.1 to Tolik Vdovichev on Sun Feb 12 15:55:23 2023
Hello,
I've sent version 1.7.2 to open testing. Hope it will pass through.
I reworked navigation between mail messages to use ViewPager.
This provides more natural feedback when sweeping between messages.
As side effect - simplification of underlying coede.