AL-Session
658f7de30e
[SES-1930] Catch HTTP exceptions from threads ( #1491 )
...
* Catch HTTP exceptions
* Fixes #1490
* Removed catch blocks that won't actually catch due to thread execution pool reasons & added a thread limiting mechanism to prevent excessive thread creation (when the queue is full then further tasks are queued)
* Corrected thread exception catching (hopefully)
* Addressed PR feedback
* Reverted build number bump used for testing without reinstall
* Added print of stack trace to any caught thread exceptions
* Log exception directly and do not print stack trace on thread exception
* Added TAG for logging output
---------
Co-authored-by: alansley <aclansley@gmail.com>
2024-05-22 08:43:47 +10:00
fanchao
27fcc66e7f
Defensive check
2024-05-21 15:05:36 +10:00
Andrew
a660f45043
Fix timestamp cache for communities
2024-05-21 11:27:06 +09:30
fanchao
75e53c86b1
Fixes SES-1936
2024-05-21 11:44:08 +10:00
fanchao
2002b6f397
Fixes SES-1931 debouncer crash
2024-05-20 16:11:43 +10:00
Andrew
f114ac84bd
Fix last sent updated by non-self
2024-05-20 14:05:34 +09:30
Andrew
4904524af5
Fix excessive last sent calls
2024-05-20 13:58:13 +09:30
fanchao
10597f1f30
Import
2024-05-20 09:53:44 +10:00
fanchao
a8cc9e2409
Comments
2024-05-20 09:50:29 +10:00
fanchao
03893973b7
Feedback
2024-05-20 09:34:40 +10:00
Andrew
cf13caaee4
Bump canonicalVersionCode
2024-05-17 16:25:19 +09:30
Andrew
44f47662a7
Update version 1.18.3
2024-05-17 14:07:33 +09:30
Andrew
31cbaa9480
Merge pull request #1484 from AL-Session/SES1901_LastSentMsgANR
...
SES1901- Last sent msg ANR fix
2024-05-17 13:53:21 +09:30
Al Lansley
f6275362ea
Removed 2 (two) accidentally left in commented lines
2024-05-17 13:48:10 +09:30
Al Lansley
c312c27dd3
Reduce frequency of calls to find last sent message
2024-05-17 13:48:10 +09:30
alansley
4bef09a3c1
Removed comment following PR feedback
2024-05-17 13:48:10 +09:30
alansley
9cf30dd67e
Minor phrasing & indentation adjustments
2024-05-17 13:48:10 +09:30
alansley
b300b9a743
Addressed PR feedback
2024-05-17 13:48:10 +09:30
alansley
8c31c83fc5
Fixes #1483
2024-05-17 13:48:10 +09:30
fanchao
e49d017b08
Comments
2024-05-17 14:09:40 +10:00
fanchao
23872afeb4
Accidental change
2024-05-17 14:09:10 +10:00
fanchao
580bf9ebb3
Accidental change
2024-05-17 14:07:52 +10:00
fanchao
1377e192a1
Stop playing message if deleted
2024-05-17 14:02:34 +10:00
Andrew
a2a112e8b1
Prevent reloading sodium ( #1485 )
2024-05-17 12:54:57 +09:30
Andrew
f08c60633e
Move newmessage
2024-05-16 23:40:18 +09:30
Andrew
272f223ca0
Merge branch 'on' into on-2
2024-05-15 11:34:17 +09:30
Andrew
8ef8107101
Merge branch 'dev' into on
2024-05-15 11:15:11 +09:30
Andrew
0512fd3500
Rename startPNModeActivity to startMessageNotificationsActivity
2024-05-15 11:08:45 +09:30
Andrew
0867fb7da0
Fix accessibility ids
2024-05-15 01:05:11 +09:30
Andrew
9f15039188
Add more info to unselect exception
2024-05-14 15:25:45 +09:30
Andrew
41dde12530
Clamp MediaPreview#getCursorPosition
2024-05-14 14:35:21 +09:30
Andrew
cee06bf7ee
Remove invalid ViewPagerListener before updating pager data
2024-05-14 13:43:25 +09:30
Andrew
be0b800751
Move adapter to field
2024-05-14 13:36:12 +09:30
Andrew
b54efd6206
Clamp initial page of MediaPreview
2024-05-14 13:13:38 +09:30
Andrew
c32a5b6bba
Handle QR errors
2024-05-10 01:08:53 +09:30
Andrew
1445d56d08
Extract strings
2024-05-09 02:07:50 +09:30
Andrew
9935b641e1
Fix glitch when canceling a search and reopening search
2024-05-09 00:55:10 +09:30
Andrew
a054fae758
Add strings and make qr scan call callback
2024-05-08 21:09:06 +09:30
Andrew
853c165949
Refresh contacts on open
2024-05-08 21:07:42 +09:30
Andrew
cad96001d1
Merge branch 'dev' into on-2
2024-05-08 15:59:53 +09:30
Andrew
1f1c51669c
Update empty search
2024-05-08 13:16:46 +09:30
Andrew
afd240dcce
Simplify HomeActivity
2024-05-07 10:58:41 +09:30
Andrew
0c0fa9ead3
Fix Invite Friend color
2024-05-06 15:41:55 +09:30
Andrew
b92c4065cc
Fix approval not saved to user config
2024-05-06 15:41:07 +09:30
Andrew
7832f13562
Fix recover password button doesn't disappear
2024-05-05 00:09:22 +09:30
Andrew
cb02def41d
Fix bottom sheet color
2024-05-05 00:07:28 +09:30
Andrew
75ea086032
Add InviteFriendFragment
2024-05-04 20:07:20 +09:30
Andrew
ddf0b027d7
Update NewConversationHomeFragment
2024-05-03 23:37:42 +09:30
Andrew
18a4bcdbd9
Update QrCodeActivity
2024-05-03 13:38:14 +09:30
AL-Session
fbc82d7831
SES1628 - Add git commit details to version info ( #1459 )
...
* Fixes #1458
* Addressed PR feedback
2024-05-02 12:55:24 +10:00