Commit Graph

552 Commits (7c3bee036c400eff7882b24377460e9cad9c8f07)

Author SHA1 Message Date
Brice-W 2a1dfff8c4 translations added 3 years ago
Brice-W abb1db7a7e new approach in update saving 3 years ago
Brice-W 418363fdea Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates 3 years ago
Brice-W 9cdcdc43a6 redesign of group update messages management 3 years ago
Harris 1b9f00ae62 Merge remote-tracking branch 'origin/dev' into open_groups_V2 3 years ago
nielsandriesse 5bcac3b39c Update version number 3 years ago
nielsandriesse 2d42d22df4 Don't close cursor prematurely 3 years ago
nielsandriesse d1f00b6d77 Don't run local backup jobs for now 3 years ago
jubb 0eadc55325 feat: add open group v2 storage and db methods, starting on new open group v2 poller 3 years ago
Brice-W df0ca11ec5 Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates 3 years ago
Brice-W 2bce2738b3 media saved notification is sent only when incoming media are saved 3 years ago
Brice-W db415f371a Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 3 years ago
Niels Andriesse 201dde7412
Merge pull request #494 from hjubb/refactor-sending
Fix expiration timers updates for groups
3 years ago
Brice-W ec42cc79a5 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 3 years ago
Brice-W e57c697eca finishing data extraction handling 3 years ago
jubb 11f8c72fa5 refactor: remove old jobs and refactor any remaining calls to use new jobs 3 years ago
Brice-W c03b49eeb7 clean 3 years ago
Brice-W fce1d60d7d clean 3 years ago
Brice-W 8df7d2bb49 clean 3 years ago
Brice-W 30b47a32cb Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates 3 years ago
Brice-W d027d0c640 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 3 years ago
Brice-W dd3d962dea fix expiration timers updates for groups 3 years ago
nielsandriesse 5debd8f739 Update version number 3 years ago
Niels Andriesse 8400c7606b
Merge pull request #493 from hjubb/pin_seed_certs
Introduce service node seed certificates
3 years ago
jubb b149886068 feat: add certificate pem files, set up network security config and point seed pools to port accordingly 3 years ago
Brice-W 04f295ac6c expiration timer updates handled as outgoing messages for multi device 3 years ago
Brice-W 9ca6986b71 fix sync of expiration timer update messages between linked devices 3 years ago
Brice-W fe47a6e958 manage duplicates outgoing messages 3 years ago
jubb 20b5da18fe feat: lower debounce period 3 years ago
jubb 7121aa85fb refactor: use OpenGroupAPI.kt instead of PublicChatAPI.kt for all open group operations.
Syncing open group notify conversation list listeners debounced so UI doesn't freeze on initial syncs
3 years ago
jubb a445e0a326 fix: moderator status going off open chat API instead of PublicChatAPI 3 years ago
jubb 65fbd56b6a Merge branch 'refactor-sending' of github.com:hjubb/session-android into origin/refactor-sending 3 years ago
jubb 3654d1731c fix: various fixes wrt open groups, config messages, job queueing 3 years ago
Brice-W 0292e70246 fix quote attachment issue 3 years ago
jubb c3f7425ccd fix: empty messages in open groups now correct properly 3 years ago
jubb d292c760c4 Merge branch 'refactor-sending' of github.com:hjubb/session-android into origin/refactor-sending 3 years ago
jubb db553544ec fix: open group fixes for new message receive pipeline 3 years ago
Brice-W 8bc6df5d16 fix multi device attachment issue 3 years ago
Brice-W d7c03c9d0a group updates fixes 3 years ago
jubb e3e45292a8 fix: unclosed cursor error message 3 years ago
jubb 196a0205ae refactor: revert expiry to be recipient based instead of message based 3 years ago
Brice-W ef3bef787d expiration timer handling updated 3 years ago
jubb bdc086cacf fix: use message's expiry instead of the recipient's 3 years ago
jubb 611b272493 fix: attachments for quotes no longer doubled up 3 years ago
jubb fad8cd5ba6 fix: changing the way received timestamp handling happens 3 years ago
jubb a60ec8aaef fix: fix compile error 3 years ago
jubb 7f5f1e4559 Merge remote-tracking branch 'upstream/dev' into origin/refactor-sending
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/database/Storage.kt
3 years ago
jubb de0f9a26df refactor: remove old pollers from BackgroundPollWorker.kt and deleted unused pollers 3 years ago
Brice-W 1b01d0afd4 clean 3 years ago
Brice-W 68a3c73ab1 clean 3 years ago
Brice-W 5f297835fa Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 3 years ago
Brice-W 8c7f23a4e3 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction 3 years ago
jubb 6f2bad9b59 fix: no duplicate group left messages, more efficient closed group polling 3 years ago
Brice-W 28cecc0236 expiration timer messages generation updated 3 years ago
Brice-W 24b4fb0665 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction-2 3 years ago
Brice-W 0578195d61 Merge branch 'dev' of https://github.com/loki-project/session-android into specific-group-updates 3 years ago
jubb 8ee58459dd feat: use new closed and open group pollers 3 years ago
Brice-W a47113f2c5 revert changes 3 years ago
Brice-W 5dcb3d77d4 revert changes regarding explicit group updates as it's now in a separate PR 3 years ago
Brice-W ddede475b4 Start of Update messages builder class implementation & usage for Input group updates 3 years ago
jubb 2460afd1a8 feat: call resume message send on app create 3 years ago
jubb 203c0dd44c refactor: fix imports / compile issues from merging dev 3 years ago
jubb b685846d7e Merge remote-tracking branch 'upstream/dev' into origin/refactor-sending
# Conflicts:
#	app/src/main/java/org/thoughtcrime/securesms/ApplicationContext.java
#	app/src/main/java/org/thoughtcrime/securesms/loki/database/LokiAPIDatabase.kt
#	libsession/src/main/java/org/session/libsession/messaging/messages/control/ClosedGroupControlMessage.kt
#	libsession/src/main/java/org/session/libsession/messaging/messages/control/ExpirationTimerUpdate.kt
#	libsession/src/main/java/org/session/libsession/messaging/opengroups/OpenGroupMessage.kt
#	libsession/src/main/java/org/session/libsession/messaging/sending_receiving/MessageSenderClosedGroup.kt
3 years ago
Ryan ZHAO 80382cc454 minor refactor 3 years ago
Brice-W 2ca8b1acb1 missed case for sending media saved notification 3 years ago
Brice-W 9d82b4b7a9 sending media saved notification 3 years ago
Ryan ZHAO 1e9e580a2f minor refactor 3 years ago
Ryan ZHAO 436598a80b resume pending jobs on app starting 3 years ago
Ryan ZHAO 778a0d083f Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending-error-handling 3 years ago
Ryan ZHAO 95646ed04e make error description show in the message detail activity 3 years ago
Brice-W 471e028cf3 implementation of the receiving side of Data Extraction notifications & explicit group updates notifications 3 years ago
Niels Andriesse 55eb963d10 Update build number 3 years ago
jubb f307d7bb17 fix: add org.session and remove minify to release build 3 years ago
Niels Andriesse 2e65077b3a Update build number 3 years ago
jubb fe3f3d5f88 refactor: remove redundant Companion qualifier 3 years ago
Ryan ZHAO 424aee5fb3 fix possible serialising crash & refactor 3 years ago
jubb 6508873e57 fix: fix the sent / receive timestamps for linking quotes 3 years ago
Ryan ZHAO d2843b2cef fix removing jobs in database 3 years ago
jubb 817c40b30c refactor: inserting attachments with the messages so that they are linked properly to a mmsID 3 years ago
Niels Andriesse 293b01e857 Update version number 3 years ago
Niels Andriesse f5e002ece1
Merge pull request #469 from RyanRory/refactor-sending
The Refactor: Message Sending Pipeline
3 years ago
jubb 323fb75149 fix: adding some message receive functionality 3 years ago
Ryan ZHAO 54da77a89b clean 3 years ago
Ryan ZHAO d7e525d828 clean 3 years ago
Ryan ZHAO 6659b7a53e clean 3 years ago
Ryan ZHAO 91f9138d62 clean & refactor session protocol encryption 3 years ago
Ryan ZHAO 60f51af295 clean & fix expiration timer setting issue 3 years ago
Ryan ZHAO e85bf7a45d fix replying from push notification 3 years ago
Ryan ZHAO 2859da01a7 fix duplicated closed group info message 3 years ago
Ryan ZHAO d7124c3b7e minor refactor 3 years ago
Ryan ZHAO 42c7f440e9 fix quoting message in open groups 3 years ago
Ryan ZHAO 97a9446eae fix profile picture update 3 years ago
Ryan ZHAO 9ddb45dbdc fix blocked contacts can still see typing indicator and set disappearing messages 3 years ago
nielsandriesse 394f64a214 Update version number 3 years ago
Ryan ZHAO 7a6a653823 Merge branch 'dev' of https://github.com/loki-project/session-android into refactor-sending 3 years ago
jubb 597ba3b0e2 fix: remove reference to non-existent SignalMapView 3 years ago
jubb ca7202f255 feat: add new message receive pipeline in important places and fix parsing issues 3 years ago
Brice-W c0e7f05d91 Merge branch 'dev' of https://github.com/loki-project/session-android into data-extraction 3 years ago
Brice-W 6bc832f50a DataExtractionNotification type created and added to proto 3 years ago
Ryan ZHAO 70a7182320 Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending 3 years ago
Ryan ZHAO 1a6da88ce3 clean 3 years ago
Niels Andriesse f5d483d7b9 Update version number 3 years ago
Niels Andriesse fea79b819b
Merge pull request #468 from hjubb/sync_messages_update_contacts
Sync multi device fixes and link device implementation
3 years ago
jubb 5e34f1235d fix: only set profile avatar ID after download image 3 years ago
jubb 2c615ba83e fix: setup storage api before starting polling 3 years ago
Ryan ZHAO 0a7fecfb52 fix sending link preview 3 years ago
jubb 9136f1ac2d fix: out of order config messages and avatar downloads, use the hex encoding instead of the mnemonic from seed 3 years ago
jubb 6c81580d93 fix: sync timing for multi device partial restore 3 years ago
jubb cf373f3a93 fix: set current pager item to 0 on scan 3 years ago
Ryan ZHAO 4218073a69 fix quote attachments 3 years ago
jubb 4f74d46b17 fix: revert query to filter empty threads for now 3 years ago
Ryan ZHAO 3b2ea4e95d clean 3 years ago
Ryan ZHAO 2df9d4f27c clean 3 years ago
Ryan ZHAO 2426230064 fix sending profile picture update 3 years ago
jubb 0120eac350 fix: remove the dialog seed disclaimer 3 years ago
Ryan ZHAO 9d4c3bf722 send read receipt using new pipeline 3 years ago
jubb d9511aa087 fix: crash on backup prefs 3 years ago
Ryan ZHAO e90ffe8af8 Merge branch 'dev' of https://github.com/oxen-io/session-android into refactor-sending 3 years ago
jubb 784e217e91 feat: filter out local number empty thread only 3 years ago
Ryan ZHAO e0ff5a7e7a fix sending expiration update message 3 years ago
jubb 27958491c5 fix: specific empty thread snippet and removing the thread filtering for empty messages 3 years ago
Ryan ZHAO aa7071ad80 send typing indicator using new pipeline 3 years ago
Ryan ZHAO 70b96fbe73 send configuration message using new sending pipeline 3 years ago
beantaco 73bc4543f5
Fixes translations of "invalid"
Some instances of "invalid" were translated as "無効" (disabled/ineffective), for example "invalid protocol version" and "corrupted key". In these cases, "無効" has been replaced with "不正" (incorrect/improper).
3 years ago
beantaco ad4721cf16
Fixes translation of "terms of use" 3 years ago
beantaco 52eaf6e5de
Makes translation of "Session" (software name) consistent
- "セッション" (where it refers to Session) -> "Session"
- Phrases that refer to secure sessions were left untouched.
3 years ago
beantaco b0729f01a3
Makes translation of "device" consistent
- デバイス
- 端末  <- chosen

Though "デバイス" is now widely used, some Japanese people get confused by "デバイス" either having no idea what it means or thinking it's to do with accessory devices. "端末" has been widely used since the 20th Century and explicitly refers to "terminal" devices like computers and smartphones.

Incidental changes:

- Changes "切り離す" to "リンクを解除する" and similar phrases related to unlinking devices.
- Replaces "[...]" with "「...」"
3 years ago
beantaco 882cc2d8cb
Tweaks translation of "ask (the sender)"
"お願いする" can mean "ask" but is a humble form (謙譲語) of "願う", so is only used when oneself asks others to do something. Technically it cannot be used when prompting the Session user to ask the sender to do something. After a confirmation by quick internet search, I found "頼む" is a better fit.
3 years ago
beantaco da802ebf8c
Makes translations of "update" consistent
- アプデート
- アップデート
- 更新  <- chosen
3 years ago
beantaco edbf2f1648
Fixes the strings that specify valid display names 3 years ago
beantaco f5b3dad025
Replaces "Signal" with "Session" in translation strings 3 years ago
beantaco 62d687c8f8
Improves translation of open groups and closed groups
- open group:   オープングループ -> 公開グループ
- closed group: 閉じたグループ -> 非公開グループ
3 years ago
Ryan ZHAO 88ac390495 plug in closed group message sender 3 years ago
jubb 71d2085cc8 fix: use IO lifecycleScope dispatched coroutine 3 years ago
jubb c1d3a25f26 fix: use profile update time instead of config sync time 3 years ago
jubb a8a457932d fix: sync configuration in resume on HomeActivity.kt and set sync specific variables appropriately in the registration flow 3 years ago
Ryan ZHAO c51593a914 fix sending attachments including link previews 3 years ago
jubb 840cc50a31 fix: clear task after linking device to prevent going back and treating PNModeActivity.kt viewing as seeing welcome screen so the fallback notifications will be used and allow users through without selecting PN type 3 years ago
jubb 6614b76411 fix: set RecoveryPhraseRestoreActivity.kt to treat current time as sync time 3 years ago
jubb 0176cfdac1 fix: start polling before registration for fcm if needed 3 years ago
jubb 85c1d38bb4 fix: only update and fetch a new profile pic if it's actually different from our current one 3 years ago
jubb 1ecc87da76 fix: forcing the registration will cancel and restart the FCM task 3 years ago
Ryan ZHAO 9a00906069 WIP debug sending attachments 3 years ago
jubb 1b417362ae fix: fcm task was not cancelable and cannot remove listeners 3 years ago
jubb d631897a3a fix: send skip event to the display name activity instead of PN mode 3 years ago
jubb 69db4081bc fix: force FCM if needed at end of sign up to trigger registration for user IDs 3 years ago
jubb ef3e172379 feat: add link device implementation and fixes for updating config syncs and forcing config syncs 3 years ago
Ryan ZHAO 0ea1ed15e7 WIP: make attachment work 3 years ago
Ryan ZHAO bb7334515c clean 3 years ago
Ryan ZHAO 8acbb3c366 fix send text message to open group 3 years ago
Ryan ZHAO d9eaedd6ae hook up sending pipeline & clean 3 years ago
jubb 3a09d23337 feat: add contact syncing, UI improvements for profile syncing and conversation threads in the home screen 3 years ago
jubb 11c122e376 Merge branch 'dev' into multi-device 3 years ago
Niels Andriesse a7428776bf Add loader 3 years ago
Niels Andriesse 1f8b9bfe58 Implement multi device UI 3 years ago
Niels Andriesse 242eb90d21 Update version number 3 years ago
jubb 85336238a7 fix: return early if no profile name (prefs likely invalid state) and ignore contacts whose publicKey fails to parse 3 years ago
Niels Andriesse 2a741049cc Update version number 3 years ago
Niels Andriesse f2208f40b8
Merge pull request #462 from hjubb/config_contacts_sync_message
Config contacts sync message
3 years ago
jubb 21dc8d5fca fix: use double encoding for closed group stuff 3 years ago
jubb 9d55d842d2 refactor: formatting in line properly in ContactUtilities.kt 3 years ago
jubb 9a33fe8883 feat: generate serializable Contact info for configuration messages and pass in appropriate list to get current 3 years ago
Niels Andriesse b6bb9ac902
Merge pull request #461 from RyanRory/profile-picture-update-fix
Fix profile picture update
3 years ago
Niels Andriesse b2146f645b
Merge pull request #460 from RyanRory/screen-lock-fix
Screen lock fix
3 years ago
Niels Andriesse 631f77425b Minor refactoring 3 years ago
Niels Andriesse d96552fd9d Minor refactoring 3 years ago
Ryan ZHAO 7a31c60799 fix the profile picture not updated right away 3 years ago
Ryan ZHAO bc5a1ce396 fix screen lock 3 years ago
Ryan ZHAO d5343d5462 Merge branch 'dev' of https://github.com/loki-project/session-android into refactor_clean_0 3 years ago
Niels Andriesse 851efb6f6e
Merge pull request #457 from hjubb/config_profile_info
Adding profile information to the config sync messages
3 years ago
Niels Andriesse c92d04c82e
Merge pull request #456 from hjubb/pn_dont_notify_self_sends
Pn dont notify self sends
3 years ago
Niels Andriesse f3dd2d2a05
Merge pull request #455 from hjubb/fix_message_ordering
Fix message ordering
3 years ago
jubb 4033830b15 feat: add forcing config message sending when updating profile picture or name 3 years ago
jubb e4366244fe docs: add todo for handling new configuration messages 3 years ago
jubb 71e48b9024 refactor: move ProfileKeyUtil from app/ to libsession/ module and implement new config message sends 3 years ago
Ryan ZHAO 2bb07c8a38 final cleaning up 3 years ago
Ryan ZHAO 704ab37cad clean up unused utils 3 years ago
Ryan ZHAO 6f002311b8 clean up unused message types 3 years ago
Ryan ZHAO fec13ba72e clean up unused code 3 years ago
Ryan ZHAO ff36fbb6a1 further cleaning up on stickers 3 years ago
jubb b5790ef884 fix: add sentTimestamp to the handling of closed group messages instead of using System.currentTimeMillis() 3 years ago
jubb f61b556790 fix: message ordering using NORMALIZED_DATE_SENT instead of NORMALIZED_DATE_RECEIVED 3 years ago
Ryan ZHAO fc62fe3b23 clean up unused loki stuff 3 years ago
Ryan ZHAO c931155e83 clean up unused dialogs 3 years ago
Ryan ZHAO 6b8228c76d minor fix 3 years ago
Ryan ZHAO 2f57090cfa further clean up on session restoration 3 years ago
Ryan ZHAO 690687064f clean up unused log submit 3 years ago
Ryan ZHAO bb8e8a4e16 clean up link preview 3 years ago
Ryan ZHAO 12a2061251 clean up jobs 3 years ago
jubb 86383eb4e5 fix: don't notify for MultiDeviceProtocol.kt config messages 3 years ago
Ryan ZHAO dee7d78acb clean up old groups 3 years ago
jubb 7d7dbd7632 feat: add push notifying in the message sender to prevent self sends 3 years ago
Ryan ZHAO 5db7f0ecb8 clean up signal database 3 years ago
jubb 5777471eeb fix: use toolsns 3 years ago
jubb 639ae9ba78 fix: use a 0dp and layout_weight to solve text preview cutting off status indicator 3 years ago
Ryan ZHAO 861b4bf9c9 further clean up unused connections 3 years ago
Ryan ZHAO fcfaa32073 clean up non-sense code 3 years ago
Ryan ZHAO c5ab13aadf clean up deprecated message connection 3 years ago
Niels Andriesse e89f54a0b9
Merge pull request #452 from hjubb/group_explicit_leave_flag
Group explicit leave flag, docs, null fix
3 years ago
jubb ace0144ffe docs: add documentation around the notifyUser param 3 years ago