Commit graph

48 commits

Author SHA1 Message Date
Daniel García Moreno
99d9cb206d Fix visual glitch when collapsing group
Fix #73
2018-02-12 08:33:05 +01:00
Daniel García Moreno
972de2b2f0 New alpha release 0.1.13
New Features:

 * Focus message text box when switching room
 * Preserve unsent messages for each room

Bug fixes:

 * Give access to home filesystem for the flatpak package
 * Correct links in the login view
2018-02-09 11:00:26 +01:00
Saurav Sachidanand
fffac6b634 Correct links on login page 2018-02-06 21:48:30 +05:30
Daniel García Moreno
f3da86bfc5 New alpha release 0.1.12
Bug fixes:

 * Room list disappear bug
2018-02-06 11:21:59 +01:00
Daniel García Moreno
7538dfbec5 New alpha release 0.1.11
New features:
 * Icon in direct rooms instead of border
 * Open directly new rooms instead of wait for response
 * Better memberlist sync

Bug fixes:
 * Fixed & parsing in messages and urls
 * Room search button synced with search bar
 * Room filter mantained as is after message received
2018-02-06 10:12:34 +01:00
Daniel García Moreno
fdcf770cbb Show an icon in direct rooms
I've removed the circle around the direct chat avatar and add an icon
after the avatar and before the room name to differ quickly between
direct and normal rooms.
2018-02-02 13:43:07 +01:00
Daniel García Moreno
e1a5ec3592 New alpha release 0.1.10
New features:
 * App menu with About dialog
 * Build script with DEBUG and RELEASE mode
 * Direct rooms with border
 * Filter in room list

Bug fixes:
 * Sync timeout to 30 secs, 30000s is a lot of time
 * Unlock room search button when there's no results
 * Backend: Fill the gap in room messages after sync
 * Better url parsing with & params
2018-02-01 22:11:10 +01:00
Daniel García Moreno
61078c91a8 Filter in room list
This patch implement the search in the room sidebar
2018-02-01 22:04:34 +01:00
Daniel García Moreno
078388ad14 Direct rooms with border
I've added a blue border to each direct room to differentiate from
normal rooms.
2018-02-01 19:27:35 +01:00
Daniel García Moreno
a7b68a9470 Hide not implemented Settings and Start chat menu
Settings and start chat are functionality that's not implemented yet and
it was disabled in the menu. I've hide that until we've it working.

Close #66
2018-01-31 10:49:39 +01:00
Daniel García Moreno
228f218a94 App menu with About dialog
Close #46
2018-01-29 01:23:19 +01:00
Daniel García Moreno
c0e9f0ec65 New alpha release 0.1.9
New features:
 * Invite to a room

Bug fixes:
 * Fix multiple messages after invite
 * Styling invite accept/reject dialog
 * Don't show login screen when we've the credentials
2018-01-19 12:18:40 +01:00
Daniel García Moreno
6472b1f486 Invite dialog working
With this patch you'll be able to invite other users to one room
2018-01-19 12:16:38 +01:00
Daniel García Moreno
c8cfb68450 Styles for Invite Accept/Reject dialog
See #34
2018-01-18 16:41:19 +01:00
Daniel García Moreno
4820c8a2fd New alpha release 0.1.8
New features:

 * pan-down-symbolic and pan-end-sybolic for expander
 * Fix room notifications show with zero
 * Sidebar color using the gtk theme sidebar class
 * Add 128 and 256 icon sizes, tweak 512, add icon SVG source
 * Highlight notifications in blue in room sidebar
 * Bold for rooms with new messages
 * New room and left room events management
 * Load more messages recursive to avoid zero messages
 * Long polling instead of sync loop
 * Show invitation rooms in sidebar, Accept and Reject working
2018-01-17 19:25:32 +01:00
Daniel García Moreno
d7b877c999 Accept and reject invitation working 2018-01-17 19:16:53 +01:00
Daniel García Moreno
c8779098c9 Bold for rooms with new messages 2018-01-15 18:25:07 +01:00
Daniel García Moreno
a0353f1af7 Merge branch 'master' of gitlab.gnome.org:danigm/fractal 2018-01-13 10:50:29 +01:00
Daniel García Moreno
cd4e4e58a9 Highlight notifications in blue in room sidebar
See #34
2018-01-13 10:49:45 +01:00
Tobias Bernard
66864a7c89 Add 128 and 256 icon sizes, tweak 512, add icon SVG source 2018-01-12 11:18:35 +01:00
Daniel García Moreno
9d19200adb Sidebar color using the gtk theme sidebar class 2018-01-11 23:53:46 +01:00
Alexandre Franke
6711a5575e Fix typo 2018-01-11 16:15:38 +00:00
Daniel García Moreno
61ecac66fb New alpha release 0.1.7
New features:

 * Favorites in room list
 * Drag & drop to add or remove from fav
 * Don't group messages that differ more than 30 minutes in time
 * Speedup the messages loading
 * Don't sync when logged out
 * Better tab order in login panel
 * Don't send empty messages
 * Better room name resolution
2018-01-11 14:21:19 +01:00
Daniel García Moreno
2da257dd16 Three room list groups, invites, favorites and rooms
See #34
2018-01-11 09:46:52 +01:00
Daniel García Moreno
cb7833881a Room list in a revealer with a header
This patch adds a header to one room list with a text and an arrow to
collapse or expand.

This will be useful when we split the room list in different sub lists:

 * invites
 * favorites
 * rooms

See #34
2018-01-10 17:44:23 +01:00
Daniel García Moreno
7065662674 Same color for room sidebar and room list 2018-01-07 21:30:51 +01:00
Daniel García Moreno
f7cc5b652e Enter from password field in login screen launch login
Close #43
2018-01-07 18:59:10 +01:00
Dorota
3d5aa52640 Fix room list background
The room list was hardcoded to white background; this made it unreadable when system text color was close to white.
2018-01-06 14:49:51 +01:00
Daniel García Moreno
7ec3cb063f Better tab order in login panel
Fix #40
2017-12-27 11:45:31 +01:00
Daniel García Moreno
67ff0360c7 Load messages one by one in other loop to avoid lock 2017-12-27 10:28:44 +01:00
Daniel García Moreno
90efe30b6f New alpha release 0.1.6
Bug fixes:

 * Fix the room list selection bug
 * Fix the message list on room change
2017-12-26 08:25:14 +01:00
Daniel García Moreno
fc1a644a32 4px left margin in header box 2017-12-25 20:22:20 +01:00
Daniel García Moreno
d401542dd5 860x640 as default window size 2017-12-25 13:20:54 +01:00
Daniel García Moreno
33bee7c6d9 Styling message username from css not markup
Fix #38
2017-12-25 10:59:11 +01:00
Daniel García Moreno
f33d1478de New alpha release 0.1.5
New features:

 * Custom avatar widget, moved circle avatar to frontend
 * Room list with room image and badge notifications
 * Room order by last message
 * New Fractal Icon, thanks to Tobias Bernard
2017-12-24 19:19:36 +01:00
Daniel García Moreno
34b93d5cce Maintain room selection on refresh
See #34
2017-12-24 15:54:35 +01:00
Daniel García Moreno
2fb1cdc108 Circle image for room avatar 2017-12-22 21:25:36 +01:00
Daniel García Moreno
c21685422b Room sidebar list styles
See #34
2017-12-22 19:56:36 +01:00
Daniel García Moreno
31aedceb12 Drawing circle images with custom widget 2017-12-22 19:02:00 +01:00
Daniel García Moreno
d15b80b4d1 Initial version of sidebar room list widgets
See #34
2017-12-21 22:01:30 +01:00
Daniel García Moreno
8f9bd1d3a2 New hicolor icon set 2017-12-17 19:10:26 +01:00
Daniel García Moreno
43fa8cd3e4 New Fractal icon 2017-12-17 18:12:20 +01:00
Daniel García Moreno
7adbb5bf9d New alpha release 0.1.4
New features:

 * New room creation dialog
 * Smart auto scrolling
 * Login by email
 * Member list with avatar and username
 * Big refactor and a lot of bug fixes
2017-12-13 13:38:25 +01:00
Daniel García Moreno
23c03d2b2f Less margin in member list and fixed width
See #18
2017-12-11 19:23:48 +01:00
Daniel García Moreno
b3b6710269 Centered room name when there's no topic
See #20
2017-12-11 08:42:54 +01:00
Daniel García Moreno
b018a6455b Add placeholder in member search 2017-12-09 18:27:16 +01:00
Daniel García Moreno
4af74a30b6 Member list with avatar and alias
See #18
2017-12-09 17:50:37 +01:00
Jordan Petridis
63ba9c441c
Re-structure the repo into a cargo workspace instead. 2017-12-06 03:12:08 +02:00