Mikunj Varsani
c007afaa25
Build binaries for win32
5 years ago
Vincent
9a6aafe99c
Pull from clearnet
5 years ago
Vincent
7235ccff88
Emoji quick styling
5 years ago
Konstantin Ullrich
18a464fc58
Add a numeric TTL Countdown if the time left is under 1 minute
5 years ago
Vincent
6e74640165
Prevent messages reading "now ago"
5 years ago
Vincent
6c2043753f
Emoji panel init
5 years ago
Vincent
19a5571536
Protobuf init for attachments
5 years ago
Konstantin Ullrich
c410ef5354
Remove Debuglog
5 years ago
Konstantin Ullrich
2ed7ed5de5
Implement Blib's change
5 years ago
Mikunj
8c91aa04f1
Speed up message creation.
...
We were fetching all of our devices everytime a new message was received.
This was only used for when the message was a public chat message, so i moved it into the relevant if statement.
In the future if we increase the device link limit, we'll need to fetch all our devices on application launch or something.
5 years ago
Vincent
d544f73122
Voice recording delete button
5 years ago
Vincent
1950876307
Audio playback and pause complete
5 years ago
Mikunj
26140e0ed0
Send delivery receipts asynchronously
5 years ago
Konstantin Ullrich
d823850a9e
Add overflow-y auto to session-id-editable to be able see the whole sessionID
5 years ago
Vincent
e51d3a8ba8
Audio playback visualisation
5 years ago
Konstantin Ullrich
20feb23017
small lint fix in search.ts
5 years ago
Konstantin Ullrich
366acae1cd
Minor Fix check if from is invalid not just null
5 years ago
Konstantin Ullrich
87aee6286d
Implement requested minor changes
5 years ago
Mikunj Varsani
b5c6cdd7a1
Merge pull request #969 from Mikunj/github-actions
...
Update checkout action to v2
5 years ago
Mikunj
9c3762aed8
Update checkout action to v2
5 years ago
Mikunj
d31feed2c0
Review fixes
5 years ago
Mikunj
86b427cc4d
Lint
5 years ago
Mikunj
d10a8f0a6f
Added setting to disable checking for auto updates.
5 years ago
Mikunj Varsani
d6c3f89fde
Merge pull request #965 from Mikunj/clean-settings
...
Clean settings
5 years ago
Jeff Becker
8d684f7b1b
make .loki public chats "work"
...
passing number zero to environmental variables UNSETS the variable, pass "0" instead.
this commit makes it "work" but is probably not the right fix, that comes later. (tm)
5 years ago
Mikunj
745e898bcc
Remove more unused functions
5 years ago
Mikunj
d5bb069207
Cleanup unused functions
5 years ago
Mikunj
6767f71a6b
Make getMediaPermissions synchronous
5 years ago
Mikunj
eeb6257526
Remove settings view
5 years ago
Vince
56643660a6
Merge pull request #964 from konstantinullrich/#953-dragging-zoom-makes-the-GUI-freak-out
...
Change onChange to onAfterchage
5 years ago
Konstantin Ullrich
19b0bbdf8a
Change onChange to onAfterchage
5 years ago
Konstantin Ullrich
048ca2d405
fix lint in search.ts
5 years ago
Konstantin Ullrich
3eca4025e7
Fix lint in search.ts
5 years ago
Konstantin Ullrich
f770d4ed44
lint
5 years ago
Konstantin Ullrich
8f7083f5a2
Update Advanced Search by easier date formats
5 years ago
Konstantin Ullrich
c11a96ad01
lint
5 years ago
Konstantin Ullrich
8c32bb93f7
Implement Advanced Search (from, before and after)
5 years ago
Ryan Tharp
837dfe1af5
remove org.whispersystems from notifications to match package.json build appId, fixes #952
5 years ago
Ryan Tharp
738057587d
open group avatar redo conversion properly
5 years ago
Mikunj Varsani
9dc8160497
Merge pull request #957 from loki-project/clearnet
...
1.0.4
5 years ago
Mikunj Varsani
4e5f6bc846
Merge pull request #956 from loki-project/1.0.4
...
Bump version to 1.0.4
5 years ago
Mikunj
723d33019d
Bump version to 1.0.4
5 years ago
Mikunj Varsani
31aca28a8d
Merge pull request #954 from loki-project/disable-auto-update
...
Disable auto-updates in devprod
5 years ago
Mikunj Varsani
061239d9b7
Merge pull request #955 from loki-project/seed-restore
...
Fix seed restoration
5 years ago
Vincent
fc99a04dda
Playback rendering init
5 years ago
Mikunj
012575be35
Remove calling sc_reduce32 when deriving a keypair from a mnemonic seed.
...
This is the reason that seeds across desktop and mobile devices would never restore to the same keypair. This function was there from the initial messenger days and with further discussion with Maxim, we deemed calling this function an unnecessary step for generating a keypair. There are no security implications for this change as we generate keypairs the exact same way as Signal does.
The biggest downside to this change however is that if you try to restore a desktop device with a seed from before this change, that seed will generate a completely different key pair and thus a different session ID.
This will only affect users who plan to restore any device from the seed of a desktop device before this change.
5 years ago
Mikunj
582ffe0f77
Disable auto-updates in devprod
5 years ago
Vincent
9b7f47d49f
Play / pause audio
5 years ago
Vince
62abcfcdc6
Prevent rendering double avatars
5 years ago
Vincent
bf749b4e0b
Play recording init
5 years ago