1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 15:03:22 +00:00
Commit Graph

482 Commits

Author SHA1 Message Date
972cee0a18 Can click on user account image for posts to open user page 2019-06-15 08:27:20 +02:00
f26e6139cd Can get the list of friends of a user 2019-06-15 08:16:47 +02:00
dd1a130436 Display user posts 2019-06-10 14:47:27 +02:00
f374215c0c Remove (temporarily) useless catch clause 2019-06-10 14:26:25 +02:00
ba93ffb01e Create empty user page 2019-06-10 14:24:34 +02:00
ee864d3d98 Show groups posts 2019-06-10 09:47:02 +02:00
d62d23bd44 Show posts targets 2019-05-23 18:37:56 +02:00
14b6f17042 Can update posts visibility levels 2019-05-23 18:27:43 +02:00
57cf1d5da1 Show post visibility levels 2019-05-20 09:35:03 +02:00
59c3e47419 Add counter on comment form 2019-05-20 09:20:11 +02:00
073ddd8386 Improve post image loading size 2019-05-20 09:13:12 +02:00
0bf85b478a Can update post content 2019-05-19 17:42:09 +02:00
1fbe59c83c Can delete posts 2019-05-19 14:54:09 +02:00
d3f5fb6c28 Show time of posts 2019-05-18 18:50:15 +02:00
67b6764f09 Can update comments content 2019-05-18 18:48:12 +02:00
6d73d38bf8 Can delete comments 2019-05-18 16:48:19 +02:00
9d5762ecfd Improve comments appearance 2019-05-18 16:22:40 +02:00
64958bb391 Simplify like update code 2019-05-18 16:04:21 +02:00
9290617cd5 Can update like status 2019-05-18 15:54:10 +02:00
2e4d3119f8 Make PostTile hosts all actions on posts 2019-05-18 15:11:31 +02:00
754745fd5f Show newly created comment 2019-05-18 15:05:26 +02:00
1f899f7594 Can send comments 2019-05-18 14:58:35 +02:00
c267940ce6 Created comments form 2019-05-18 09:45:15 +02:00
28de22f427 Display the list of comments 2019-05-16 14:52:22 +02:00
be53a73d9f Can like a text 2019-05-11 15:35:07 +02:00
315c61a212 Display posts text and images 2019-05-11 09:48:01 +02:00
35e9c30ba2 Create NetworkImage widget 2019-05-11 09:43:30 +02:00
ddbea1727b Get latest posts from server 2019-05-10 19:15:11 +02:00
8d188373ce Create newest posts screen 2019-05-04 20:01:17 +02:00
67a6befc02 Cache the list of friends 2019-05-04 19:35:03 +02:00
62125d7c3d Can update a conversation message 2019-05-04 10:24:38 +02:00
c8b68e71aa Add RefreshIndicator on friends screen 2019-05-04 09:37:53 +02:00
b06c28dc87 Use RefreshIndicator for conversations list 2019-05-04 09:21:40 +02:00
1f0d70848f Can delete conversation messages 2019-05-04 08:58:14 +02:00
533d2a86a3 Reduce containers size for small messages 2019-05-02 08:29:10 +02:00
a80ccb0a9f Improved loading bar 2019-05-02 08:14:54 +02:00
21a60f423b Open private conversation from friends list 2019-05-02 08:09:40 +02:00
eba12736e9 Can set to follow a friend 2019-05-01 19:46:13 +02:00
7c3390f8af Can remove a friend from the list of friends 2019-05-01 19:29:46 +02:00
a7b2bf410e Can respond to friendship requests 2019-05-01 18:01:20 +02:00
5021ded039 Display the list of friends of the user 2019-05-01 17:52:41 +02:00
3109f7c482 Fix issue 2019-05-01 17:10:23 +02:00
9d20c407fc Fix issue on conversation update 2019-05-01 11:30:55 +02:00
0b1e579a41 Add an app bar 2019-05-01 11:05:05 +02:00
8d1de2aac8 Can update a conversation from the list of conversations 2019-05-01 10:58:45 +02:00
db02a41b75 Can delete a conversation from the list of conversations 2019-05-01 10:52:10 +02:00
fcc8c2faa4 Parse links 2019-05-01 10:21:26 +02:00
e7c34e6e71 Can update a conversation 2019-05-01 09:24:50 +02:00
92054d6e29 Display a notice when there is no messages in a conversation 2019-04-27 18:32:07 +02:00
d6e5b668cc Get older messages 2019-04-27 18:29:30 +02:00
852064e82d Create new conversations 2019-04-27 16:23:08 +02:00
765ca82300 Created inline user picker 2019-04-27 14:40:27 +02:00
09d43ab5c0 Created a tile to quickly show user account image 2019-04-27 14:19:39 +02:00
91b5d55a83 Limit new messages length 2019-04-27 10:13:29 +02:00
0e8803c6a0 Automatically refresh conversations 2019-04-27 09:52:16 +02:00
0579397ba7 Use the conversation messages cache before going online 2019-04-27 09:24:29 +02:00
eaac6b1afa Do not retrieve twice the same message 2019-04-27 08:51:58 +02:00
eb5b6d6fae Can enlarge conversation images 2019-04-26 11:34:24 +02:00
afd999400e Display messages images 2019-04-26 11:28:33 +02:00
6ab75bbacd Display users account images 2019-04-26 11:04:06 +02:00
051654d7d5 Display text messages 2019-04-26 08:58:18 +02:00
05f7396c98 Improved send message form UI 2019-04-25 20:23:14 +02:00
18a8ddfbf4 Can send images in conversations 2019-04-25 20:14:19 +02:00
517b97f12b Fix issue on load error on conversations list screen 2019-04-25 11:47:48 +02:00
c2891c3c84 Added image picker 2019-04-25 11:13:02 +02:00
3f75c565ca Send message 2019-04-25 09:48:52 +02:00
e2202a4794 Get conversation message 2019-04-25 08:56:16 +02:00
1ec197202c Created conversation route 2019-04-24 17:46:25 +02:00
4be5a1b5a8 Show cached conversations list before getting list from the server 2019-04-24 15:03:36 +02:00
f8298919c2 Make use of cached user information 2019-04-24 11:33:58 +02:00
b71a8ae6bb Improve conversations appearance 2019-04-23 18:23:34 +02:00
acf2b0d8e9 Can submit login form from password field 2019-04-23 17:36:22 +02:00
692b16aa8f Fix file name 2019-04-23 17:31:41 +02:00
7fc03ba15c Get and show the name of conversation members 2019-04-23 17:29:58 +02:00
c94a294252 Improved the way the date is shown 2019-04-23 16:38:41 +02:00
7666af0975 Get and show the list of conversations 2019-04-23 14:35:41 +02:00
d10df9dd7a Can sign out of the application 2019-04-23 11:48:49 +02:00
07d668eb59 Added bottom navigation to home route 2019-04-23 11:08:38 +02:00
32fa6455f4 Improved login page 2019-04-23 08:46:50 +02:00
23f25e7704 Can sign in user 2019-04-22 19:16:26 +02:00
b315b5ad77 Display basic login form 2019-04-21 11:44:07 +02:00
c1a667b84b Initial commit 2019-04-21 10:34:27 +02:00