Benoit Marty
02d3fea4a9
Move javadoc to interface
2019-06-13 11:10:26 +02:00
Benoit Marty
ca98ff5864
Clear crypto database when signing out
2019-06-13 10:58:45 +02:00
Benoit Marty
480d197ffa
Keys share request handling
2019-06-12 18:32:24 +02:00
ganfra
0204bade8b
Content: hide some internal methods
2019-06-12 10:54:26 +02:00
ganfra
3dd161d65a
Sync: add progress indicator for sync, need UI inputs.
2019-06-11 16:54:44 +02:00
Benoit Marty
5621f0661e
Merge branch 'develop' into feature/crypto
2019-06-11 14:56:27 +02:00
Benoit Marty
875947dd61
Give the opportunity to override log configuration in local gradle properties file
2019-06-11 14:52:39 +02:00
Benoit Marty
61b1d83bbd
Clean
2019-06-11 14:37:02 +02:00
Benoit Marty
64e5fed7ac
Fix issue: lastSeenTs can be null
2019-06-11 13:57:35 +02:00
Benoit Marty
f6c36670c3
Rename class members and class name for code clarity
2019-06-11 13:32:09 +02:00
Benoit Marty
6dacb9894e
Merge branch 'develop' into feature/crypto
2019-06-11 10:11:53 +02:00
ganfra
612b13808f
Crypto: clean some code + add failure send state (but not handled yet).
2019-06-10 19:22:48 +02:00
Benoit Marty
3439a9ca27
Merge pull request #173 from vector-im/feature/create_room
...
Create Room screen
2019-06-10 17:01:44 +02:00
Benoit Marty
9772bbe157
Ganfra's review: revert change
2019-06-10 16:58:48 +02:00
Benoit Marty
b437837809
Ganfra's review: use RealmQueryLatch
2019-06-10 16:35:51 +02:00
Benoit Marty
33f8059846
Increase connect timeout from 30 seconds to 1 minute, for slow Homeserver (should fix #170 )
2019-06-10 15:57:42 +02:00
Benoit Marty
4c5bffe0f5
Create room screen - WIP TODO: screen rotation - navigate to created room
2019-06-10 13:39:51 +02:00
ganfra
f2722f4766
Crypto: fix a small issue
2019-06-07 20:38:39 +02:00
ganfra
07c516ccdd
Merge branch 'develop' into feature/crypto
2019-06-07 19:25:55 +02:00
ganfra
81330d30cf
Merge branch 'develop' into feature/crypto
2019-06-07 18:53:24 +02:00
Valere
a4a813708c
Fix / send state always returning Unknown
2019-06-07 16:39:45 +02:00
ganfra
664e5354d3
Crypto: continue cleaning + fix some issues.
2019-06-07 16:01:24 +02:00
Valere
220e6224e7
Merge develop
2019-06-07 15:42:04 +02:00
Valere
d3518c4944
Merge pull request #161 from vector-im/feature/fix_timeline_clicks
...
Fix / click|longclick link interference
2019-06-07 14:43:04 +02:00
Valere
7409003949
Fix / Bug aggregation on initial sync
...
fix / All messages were not processed due to a test exiting the for loop
+ started adding context menu for non room messages
2019-06-07 14:14:51 +02:00
Valere
297f202005
Fix / Local echo taking too much time
2019-06-07 14:14:51 +02:00
Valere
440442bb99
New View Reactions bottom sheet
...
+ visible on reaction long click
+ Reaction pills size adapt to count, and number format
2019-06-07 14:14:51 +02:00
Valere
53c91dc0c2
Ignore server aggregation until API ready
2019-06-07 14:14:51 +02:00
Valere
1b3ec2d0fb
fix / review
2019-06-07 13:38:58 +02:00
ganfra
c4d7711d2f
Crypto: finally get a working encrypt/decrypt + SAS
2019-06-06 19:10:04 +02:00
ganfra
6b0ab10231
Crypto: continue threading rework. WIP to shash
2019-06-05 22:18:16 +02:00
Benoit Marty
2ba7ec48f6
Code cleanup, remove duplicate code, and add some comments
2019-06-04 17:36:49 +02:00
ganfra
e125862794
Crypto: start reworking threading - WIP (to squash)
2019-06-04 16:26:37 +02:00
Benoit Marty
2b6eee4237
Merge branch 'develop' into feature/home_rework
2019-06-04 12:54:16 +02:00
Valere
471170a3e0
Fix / click|longclick link interference
...
+ some missing long click (image content wrapper)
+ update markwon version
2019-06-04 10:29:56 +02:00
Benoit Marty
43521c6e09
Cleanup
2019-06-04 10:25:29 +02:00
ganfra
3d50393b33
Crypto: continue cleaning. Need threading refactoring
2019-06-03 18:39:37 +02:00
Valere
424fd1347d
Code review
2019-06-03 18:23:40 +02:00
Benoit Marty
c1fa728c24
Public rooms little rework
2019-06-03 16:44:31 +02:00
ganfra
784d55c16c
Crypto: WIP cleaning
2019-06-02 20:34:19 +02:00
Valere
99925d7cf9
Local echo for reactions/edits/redacts
2019-05-29 18:43:33 +02:00
ganfra
3f7d20ec5b
Crypto: make encryption working.
2019-05-28 15:54:16 +02:00
Valere
466be1dca5
Fix / issue with avatar url
2019-05-28 15:17:06 +02:00
Valere
deba756598
Added doc
2019-05-28 10:51:02 +02:00
Valere
3cb99ff64f
Renamed package .internal.session.room.annotation to xx.relation
2019-05-28 10:45:58 +02:00
Valere
20e903914c
Cleaning / code review
2019-05-28 10:43:36 +02:00
Valere
71ea1c5f9b
Fix / avoid newlines and ws in reply event representations
2019-05-27 18:21:59 +02:00
Valere
4a4c0a3da1
Added auto markdown (as per preference)
...
Fix / show formatted message preview upon composer in edit/quote/reply
Fix / use aggregated content to decide for actions on long click
2019-05-27 18:08:29 +02:00
Benoit Marty
8f2754493c
Fix issue with Avatar URL
2019-05-27 17:42:29 +02:00
Valere
00d66ffd48
Merge branch 'develop' into feature/edit_message
2019-05-27 17:08:39 +02:00
ganfra
b9d76f5047
Room list & event : decouple notice events formatting to be used within room controller
2019-05-27 15:37:18 +02:00
ganfra
275521db70
Home: continue architecture rework. WIP
2019-05-27 15:30:47 +02:00
Benoit Marty
14611d1f7b
Disable log
2019-05-27 12:28:06 +02:00
Valere
0e06908a48
Design update
...
+ Reply
+ Better preview in action menu
2019-05-27 11:55:52 +02:00
ganfra
af338b0607
Crypto: decryption is working (but still a lot to do)
2019-05-26 19:21:45 +02:00
Benoit Marty
2404eeadf0
RoomDirectoryPicker WIP
2019-05-24 15:43:12 +02:00
Benoit Marty
877de1f597
Get Public rooms and join public room
2019-05-24 11:36:04 +02:00
ganfra
3519ad7c8d
Crypto : WIP
2019-05-23 19:12:06 +02:00
Valere
45ea5c356e
WIP / edit message
2019-05-23 16:44:51 +02:00
Benoit Marty
71f8ce001d
Fix Crash when connecting to a homeserver URL with a subpath ( Fixes #133 )
2019-05-22 15:23:36 +02:00
Benoit Marty
bb39db3f42
WIP
2019-05-21 16:33:43 +02:00
Benoit Marty
52d9adad70
WIP
2019-05-21 15:42:09 +02:00
Valere
118a4392a2
Fix / Support redaction of a m.replace event
...
+ refactoring
2019-05-21 15:33:16 +02:00
Valere
6f103101b6
Show edited annotation in timeline + simple edit history
2019-05-21 14:12:18 +02:00
Valere
a5a9fa3750
Color provider need to be aware of theme
2019-05-21 14:10:19 +02:00
Valere
efcac6b3e4
Fix / Missing schema for realm
2019-05-21 09:50:10 +02:00
Valere
8cb884f10e
Support message edition
2019-05-20 18:52:48 +02:00
Benoit Marty
6d8000b957
Log
2019-05-20 17:13:08 +02:00
Benoit Marty
f5bd215f36
rework
2019-05-20 16:55:45 +02:00
Benoit Marty
532a028e41
Split again
2019-05-20 16:13:50 +02:00
Valere
2da4823e33
Fix / crash on logout
...
cannot access deleted object from delete
2019-05-20 13:58:45 +02:00
Valere
70c4b7528d
Fix doc
2019-05-20 12:49:35 +02:00
Valere
5dfc0b3c0e
Toggle Quick React (agree/disagree like/dislike)
2019-05-20 12:43:02 +02:00
Valere
71e50b1bb9
Fix / Missing inject after rebase
2019-05-20 10:16:00 +02:00
Valere
64c307077f
Refactoring / PruneWorker should be a task not a worker
2019-05-20 10:16:00 +02:00
Valere
054d339b48
Fix / Reaction stays highlighted when undone
...
When undoing my reaction, the reactji stays selected as if i have done the reaction
2019-05-20 10:16:00 +02:00
Valere
e3b9031e71
Fix / day separator flicker when adding reaction
...
When adding a reaction, the tmp local echo force the display of a new 'day separator' at the bottom if there was no new message for this day yet (then disappears just after -flicker-)
2019-05-20 10:16:00 +02:00
Valere
6eafa3c43d
Undo Reaction
2019-05-20 10:16:00 +02:00
ganfra
2780ca30a8
Merge branch 'feature/invites' into develop
2019-05-17 17:38:09 +02:00
Benoit Marty
e0e41d9e5c
Create common action
2019-05-17 15:33:38 +02:00
Benoit Marty
340830d45f
Test passed
2019-05-17 15:21:44 +02:00
Benoit Marty
de4662b9d5
Remove all async thread
2019-05-17 15:05:07 +02:00
Benoit Marty
c66e82c4ae
Create OneTimeKeysManager
2019-05-17 12:39:18 +02:00
Benoit Marty
a2210a6b0d
WIP
2019-05-17 11:20:22 +02:00
Benoit Marty
102bc9c01b
SAS Tested
2019-05-16 17:28:51 +02:00
Valere
ef26519993
Send reaction view quick react and picker
...
+ fix / Error when to many reactions in cells (more than placeholders -8-)
+ fix / DefaultTimeline quick map access was not shifted when items inserted at given index
2019-05-16 16:35:54 +02:00
Benoit Marty
e70fd8e351
canonicalize
2019-05-16 15:36:51 +02:00
Valere
6fe455dac0
Support AddedByMe in reaction + context menu reflect agree/like state
2019-05-16 10:49:52 +02:00
Benoit Marty
1436667e7d
Crypto
2019-05-16 10:34:17 +02:00
Valere
d68b447874
Relations Model + Aggregation + Reactions Summary
2019-05-16 09:21:10 +02:00
ganfra
8d0322c0c3
Hot fix LL not working
2019-05-15 11:11:38 +02:00
Valere
6bf1deb99b
Code Review
2019-05-10 12:14:40 +02:00
Valere
cfca4927e2
Cleaning
2019-05-10 09:28:52 +02:00
ganfra
c39cfbe2ae
Invites : allow to accept or reject the invite + clean some code. Require UI polishing.
2019-05-07 19:33:58 +02:00
Valere
56a2a3a065
[WIP] Emoji Reactions
2019-05-07 18:01:51 +02:00
ganfra
72cd409735
Invites : start handling invite/left sync
2019-05-06 19:17:30 +02:00
ganfra
ceac06caf6
Merge pull request #109 from vector-im/feature/timeline_formatting
2019-05-06 15:01:08 +02:00
ganfra
694df9d845
Timeline : fix some timeline rendering issues (senderName, merge item, left event). Still need to work on it.
2019-05-06 14:26:41 +02:00
Benoit Marty
b1b526a516
Clear cache and rework Signout
2019-04-17 15:55:38 +02:00
Benoit Marty
ab7b807740
Rename APIs
2019-04-17 12:06:15 +02:00
Benoit Marty
4c02721ada
Create realm module to avoid losing credentials when Realm model change.
2019-04-17 12:06:15 +02:00
Benoit Marty
5dca31e6f9
Do not loop sync in case of JsonEncodingException (if HS is down)
2019-04-17 12:05:39 +02:00
Benoit Marty
d2e1aff453
Convert JsonFilter to FilterId
2019-04-17 12:05:39 +02:00
ganfra
dab80466c5
Timeline : extract video thumbnail and upload it
2019-04-16 17:24:28 +02:00
ganfra
2c83ba0824
Timeline : start to handle video media. Probably to amend
2019-04-12 13:46:59 +02:00
ganfra
dcac9aed55
Merge branch 'feature/media_attachment' into develop
2019-04-11 13:21:51 +02:00
ganfra
0225fc7120
Media upload: handle local echo by pinning at the bottom... will probably be changed
2019-04-11 12:48:35 +02:00
Benoit Marty
2a2b4e7bd9
Merge pull request #104 from vector-im/feature/emote
...
Send emote and update room topic
2019-04-10 09:40:32 +02:00
Benoit Marty
0055514f90
Update room topic
2019-04-09 18:33:28 +02:00
Benoit Marty
6248cc5552
Send emote
2019-04-09 17:53:23 +02:00
Benoit Marty
347967700b
Linkification: import workaround done on Riot
2019-04-09 17:33:47 +02:00
Benoit Marty
81ddb8c5fb
SlashCommand: handle user invitation
2019-04-09 14:44:48 +02:00
ganfra
c9658918ed
Media upload : start handling progress.
2019-04-08 16:39:08 +02:00
Benoit Marty
6d3028c2d7
Autocomplete : start fetching users. Still need to adjust UI and manage selection.
2019-04-08 16:18:36 +02:00
Benoit Marty
aec7b73345
Introduce room member service
2019-04-08 15:53:02 +02:00
Benoit Marty
460a72e6b5
Create Room
2019-04-08 13:49:28 +02:00
Benoit Marty
748090d0f9
Avoid critical log for timeout on event thread
2019-04-05 11:07:45 +02:00
Benoit Marty
57cea677e4
Import resource from Riot
2019-04-05 10:14:45 +02:00
ganfra
c47eeb9cec
Send media: first working implementation. Then, need to fix local echo and handle other types than image.
2019-04-04 19:55:58 +02:00
Benoit Marty
43659dffd3
Improve signout task
2019-04-04 11:10:45 +02:00
ganfra
18591d0287
Media: start to play with uploading media
2019-04-03 23:06:17 +02:00
Benoit Marty
08dacacdda
SignOut
2019-04-03 18:25:39 +02:00
Benoit Marty
73580493ea
Import resource from riot
2019-04-03 14:34:52 +02:00
Benoit Marty
87c9f6b2a0
Improve lint configuration
2019-04-03 12:04:24 +02:00
Benoit Marty
6830957d31
Import settings from Riot - not all fonctional of course
2019-04-02 18:08:43 +02:00
Benoit Marty
10520fb1bd
Upgrade string from Riot
2019-04-02 11:57:12 +02:00
ganfra
04b4f32e16
Sync : add log and continue when read_receipts fail
2019-04-01 17:39:27 +02:00
ganfra
d110dac0a6
Merge feature/replace_paged_list into develop
2019-04-01 17:33:53 +02:00
ganfra
be6a4efacb
Timeline : make tests compile and pass
2019-04-01 15:18:52 +02:00
ganfra
94db36d6c4
Fix room summary not being updated when room members are loaded
2019-03-29 11:15:27 +01:00
Benoit Marty
317503aa2b
userAgent, userId and deviceId in rageshake
2019-03-28 17:49:13 +01:00
ganfra
a6366e47fe
Timeline : change some database details to make it faster
2019-03-28 12:00:45 +01:00
ganfra
4154df7c21
Timeline : stabilize the pagedList replacement. Seems ok for phase0
2019-03-27 19:57:36 +01:00
Benoit Marty
79e273b1ca
Add Doc
2019-03-27 18:03:36 +01:00
ganfra
ad243ae41f
Clean code and update dependencies
2019-03-20 18:24:17 +01:00
ganfra
2898eae566
Timeline : reactivate loaders and get off the main thread
2019-03-20 16:24:50 +01:00
Benoit Marty
cbd62b9e93
Rename Realm DB file
2019-03-20 14:36:47 +01:00
Benoit Marty
a4ef259bd2
Add FIXME
2019-03-19 18:17:40 +01:00
Benoit Marty
40d4e3fe83
Log http requests, for easy debugging
2019-03-19 12:55:14 +01:00
Benoit Marty
f4170f55b7
Configure user agent
2019-03-19 12:29:45 +01:00
Benoit Marty
b8cceaa17a
Upgrade gradle wrapper to 5.2.1, and pass first sonar analysis
2019-03-18 18:16:59 +01:00
Benoit Marty
e938866081
Fix issue in Strings
2019-03-18 16:42:19 +01:00
Benoit Marty
02c7deb783
Import strings from Riot and create a script to do so
2019-03-18 16:06:06 +01:00
ganfra
c12bc5e02d
Timeline rework : first version working for backward navigation (need more testing)
2019-03-15 19:27:56 +01:00
Benoit Marty
0db1d98f41
Fix compilation issue
2019-03-15 19:18:43 +01:00
ganfra
820709d433
Timeline rework : initial commit - to amend.
2019-03-13 22:30:05 +01:00
Benoit Marty
d5838262ea
Fix i18n issue
2019-03-13 18:36:57 +01:00
ganfra
2c0bc93f5a
Home: getting Room interface slow (blocking Main Thread). Maybe we should get this async.
2019-02-27 17:41:06 +01:00
ganfra
41b06bca60
User : rework UserEntityUpdater (and make others RealmLiveEntityObserver process on MonarchyThread instead of Main)
2019-02-26 19:32:01 +01:00
ganfra
f59977f884
Room state: fix sync state events duplicates with timeline
2019-02-26 14:50:53 +01:00