Commit Graph

8732 Commits

Author SHA1 Message Date
Andrew
b30506ff64
Merge pull request #1500 from bemusementpark/fix-merge-1.18.3
Fix merge master to dev for release-1.18.3
2024-05-28 09:55:08 +09:30
Andrew
193381e193 Fix merge master to dev for release-1.18.3 2024-05-27 18:50:49 +09:30
fanchao
35335480ca Merge remote-tracking branch 'upstream/dev' into ses-1936-oom 2024-05-27 13:37:00 +10:00
fanchao
0d3a33e6c6 Fix delete message for everyone doesn't stop the audio playing 2024-05-27 13:25:56 +10:00
fanchao
2d7f23a2fb More work on animation views 2024-05-27 13:18:51 +10:00
fanchao
c0128b88de OOM feedback 2024-05-27 10:29:53 +10:00
Andrew
ca9786a43d
Merge pull request #1499 from bemusementpark/dev
Merge master into dev
2024-05-24 12:52:03 +09:30
Andrew
9d22e86a2f Merge master into dev 2024-05-24 12:03:52 +09:30
Andrew
455a1ed50a
Merge pull request #1495 from oxen-io/release-1.18.3
Merge release-1.18.3 to master
2024-05-24 10:19:01 +09:30
Andrew
f90cea8fe2 Do not fetch quotes recursively 2024-05-23 18:59:09 +09:30
fanchao
31f4de22cd More changes 2024-05-23 14:17:38 +10:00
fanchao
c1d82cc574 Naming 2024-05-23 13:49:38 +10:00
fanchao
90f0caebbd Tidy up 2024-05-23 13:48:06 +10:00
Andrew
98f279fdf7
Merge pull request #1496 from oxen-io/revert-attachment-download-list-mechanism
[SES-1956] Attachment download job re-start preventer removed
2024-05-22 17:07:37 +09:30
alansley
f6fb4ab78c Attachment download job re-start preventer removed 2024-05-22 17:04:44 +10:00
Andrew
34ae58da8d
Merge pull request #1489 from bemusementpark/fix-last
[SES-1901] Fix last sent called excessively
2024-05-22 11:08:02 +09:30
fanchao
ee9a0a610c Logging 2024-05-22 11:13:26 +10:00
fanchao
c7c0519a20 Feedback 2024-05-22 10:54:56 +10:00
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
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
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
AL-Session
d8daf6175e
Fixes #1476 - Canononical version number needs to be bumped to provide new Google Play Store release
Co-authored-by: alansley <aclansley@gmail.com>
2024-05-01 20:08:36 +10:00
AL-Session
1354bccb59
Fixes #1474 (#1475)
Co-authored-by: alansley <aclansley@gmail.com>
2024-05-01 18:23:52 +10:00