Commit Graph

6075 Commits (5924d90b127006e143f33ffc9846846c60ccc044)
 

Author SHA1 Message Date
Ryan ZHAO 5924d90b12 refactor unidentified access (sealed sender) 4 years ago
Ryan ZHAO c758619f13 clean 4 years ago
Ryan ZHAO 1407d1ca97 Merge branch 'refactor' of https://github.com/RyanRory/loki-messenger-android into refactor 4 years ago
Ryan ZHAO 295eb3b52f rename and minor refactor to match the api 4 years ago
Brice 69ba55138f test commit 4 years ago
Ryan ZHAO bd96342a16 minor refactoring on receiving decryption 4 years ago
Ryan ZHAO 55b68c3db9 Merge branch 'refactor' of https://github.com/RyanRory/loki-messenger-android into refactor 4 years ago
Ryan ZHAO 0a43704269 message sending and receiving 4 years ago
Ryan ZHAO 6cc20b81bd decryption and encrytion 4 years ago
Ryan ZHAO bfb16c581a WIP: refactor jobs (basic) 4 years ago
Ryan ZHAO da71fdfe44 add configuration and storage 4 years ago
Ryan ZHAO c1f84732ad move and refactor files from libsignal to libsession 4 years ago
Ryan ZHAO 5789c146de add dependencies 4 years ago
RyanZhao 67d53fc3f5
Merge pull request #3 from Brice-W/refactor
Refactor
4 years ago
Brice a699168956 code review, minor changes 4 years ago
Brice aefe721fa4 Attachment implementation 4 years ago
Brice 344af77f0f incomplete Quote implementation 4 years ago
Brice feec22bf72 Profile implementation 4 years ago
Brice f5a583e7c8 classes structure redesign + LinkPreview & BaseVisibleMessage implementations 4 years ago
Brice 3f0e456002 SessionRequest unfinished implementation 4 years ago
Brice 2c167b0cc0 NullMessage implementation 4 years ago
Brice 3a0ba29a72 TypingIndicator implementation 4 years ago
Brice 746df2240a ReadReceipt implementation + small corrections 4 years ago
Brice 8f409faefc ExpirationTimerUpdate implementation + classes structure changes 4 years ago
Brice 888eda4ba9 change package name + start of implementation 4 years ago
Niels Andriesse 742370b5fa
Merge pull request #386 from RyanRory/refactor
Structural refactoring step 2
4 years ago
Ryan ZHAO 255dc9c26b ditch :service, :service:android, :service:java 4 years ago
Ryan ZHAO 7a66a47520 restructure and unite service android/java to libsignal 4 years ago
Ryan ZHAO 673d35625b refactor class and files 4 years ago
Ryan ZHAO 4135eb823b add skeleton for messaging kit 4 years ago
Ryan ZHAO 0f08fc0103 resturcture 4 years ago
Niels Andriesse 1254f99aaa
Merge pull request #385 from metaphore/refactor
Structural refactoring.
4 years ago
Anton Chekulaev a19f59eab6 Gradle plugins and Kotlin were updated to the latest version. 4 years ago
Anton Chekulaev f0ba1d5ea2 Messenger module uses default project file layout.
Outdated unit tests temporary disabled.
4 years ago
Anton Chekulaev 0f189dd4cb Forked curve25519 lib is replaced with the latest official maven artifact.
Use libsodium to generate user key pair seed.
4 years ago
Anton Chekulaev 1c5e62a2de session-android-service is merged under the "service" module. 4 years ago
Anton Chekulaev 9052431bf8 Core app files moved under the "messenger" module. 4 years ago
Niels Andriesse 32bb707fa3
Merge pull request #375 from metaphore/backup-restore
Backup and restore
4 years ago
Anton Chekulaev 58e68f968c
Merge branch 'refactor' into backup-restore 4 years ago
Niels Andriesse 6140b8bb20
Merge pull request #382 from RyanRory/link-preview-improvement
Link preview improvement
4 years ago
Niels Andriesse f61dfb8def
Merge pull request #384 from metaphore/open-group-info-update-refactoring
Open group info update refactoring
4 years ago
Anton Chekulaev 0ebb382edd Thread deletion cleanup. 4 years ago
Niels Andriesse b842003250
Merge pull request #383 from Kacper1263/patch-1
Improved Polish Translation
4 years ago
Ryan ZHAO 14a5ff0546 temporarily disable image with extension like '.ico' to make it the same iOS (just accept jpg, png and gif) 4 years ago
Kacper Marcinkiewicz a56fcd1439
Fixes/Improvements to the Polish translation 4 years ago
Anton Chekulaev 4307140e5c Conversation activity no longer pulls the public chat info directly.
Public chat API partially refactored to avoid thread branching and to use Kotlin coroutines instead of kovenant futures.
4 years ago
Ryan ZHAO 2a3c2fdb28 fix link preview close button 4 years ago
Ryan ZHAO 5e47d3b9ac show link preview cancel button 4 years ago
Ryan ZHAO 53d0689cf7 make pattern case insensitive 4 years ago
Ryan ZHAO d6c5892a15 improve link preview to support more sites 4 years ago