Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make images always fit the timeline | Nicolas Werner | 2019-12-13 | 1 | -2/+7 |
* | Update translations | Nicolas Werner | 2019-12-11 | 9 | -9/+189 |
* | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 2 | -1/+14 |
* | Simplify scroll logic | Nicolas Werner | 2019-12-08 | 1 | -4/+0 |
* | Change scroll behaviour of timeline | Nicolas Werner | 2019-12-08 | 1 | -1/+24 |
* | Try to fix binding loop warning | Nicolas Werner | 2019-12-07 | 1 | -3/+4 |
* | Update translations | Nicolas Werner | 2019-12-05 | 9 | -492/+375 |
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 4 | -5/+5 |
* | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 7 | -7/+7 |
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 5 | -5/+12 |
* | Wrap text in pre tags | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -5/+8 |
* | Update translations | Nicolas Werner | 2019-11-23 | 9 | -1009/+1702 |
* | Fix links opening user dialog and in browser | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
* | Fix infinite item instantiating loop by using height instead of contentHeight | Nicolas Werner | 2019-11-23 | 1 | -2/+3 |
* | optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider | Nicolas Werner | 2019-11-23 | 5 | -146/+128 |
* | Make replies format nicer | Nicolas Werner | 2019-11-23 | 1 | -2/+13 |
* | Enable link handling | Nicolas Werner | 2019-11-23 | 5 | -18/+40 |
* | Make user clickable and improve button cursor look | Nicolas Werner | 2019-11-23 | 4 | -39/+53 |
* | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 4 | -5/+10 |
* | Remove unused import | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
* | break height binding loop | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
* | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 11 | -36/+28 |
* | Incubate delegates asynchronously | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
* | Small fixes to delegate chooser implementation | Nicolas Werner | 2019-11-23 | 2 | -3/+10 |
* | Use a basic implementation of a DelegateChooser for compat with older Qt | Nicolas Werner | 2019-11-23 | 3 | -45/+54 |
* | Add native themeing to QML (where possible) | Nicolas Werner | 2019-11-23 | 2 | -10/+23 |
* | Fix section layout issues and pagination issues | Nicolas Werner | 2019-11-23 | 1 | -3/+2 |
* | Load content if no scrollbar is needed | Nicolas Werner | 2019-11-23 | 1 | -0/+10 |
* | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 2 | -9/+22 |
* | Misc layout fixes | Nicolas Werner | 2019-11-23 | 3 | -1/+7 |
* | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 9 | -157/+189 |
* | Disable autoplayback again | Nicolas Werner | 2019-11-23 | 2 | -1/+1 |
* | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 2019-11-23 | 3 | -3/+3 |
* | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 2019-11-23 | 6 | -6/+6 |
* | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 2 | -1/+6 |
* | Add basic video messages | Nicolas Werner | 2019-11-23 | 3 | -3/+15 |
* | Add progress bar to audio messages | Nicolas Werner | 2019-11-23 | 1 | -68/+110 |
* | Add simple audio message widget | Nicolas Werner | 2019-11-23 | 4 | -19/+119 |
* | File messages (qml) | Nicolas Werner | 2019-11-23 | 3 | -0/+59 |
* | Reenable redactions | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
* | Restore saving of media | Nicolas Werner | 2019-11-23 | 2 | -5/+10 |
* | Reenable ImageOverlay | Nicolas Werner | 2019-11-23 | 1 | -0/+6 |
* | Add lock to encrypted messages | Nicolas Werner | 2019-11-23 | 3 | -0/+37 |
* | Make avatar in timeline smaller | Nicolas Werner | 2019-11-23 | 1 | -3/+5 |
* | Fix read indicator | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
* | Enable read receipts action and sync read receipts from cache | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
* | Add send/received indicator | Nicolas Werner | 2019-11-23 | 3 | -0/+50 |
* | Implement basic placeholder and disable unimplemented event types | Nicolas Werner | 2019-11-23 | 3 | -12/+23 |
* | Implement simple scroll state handling | Nicolas Werner | 2019-11-23 | 1 | -1/+46 |
* | Implement replies in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+2 |
* | Show redactions in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -1/+18 |
* | Reenable view raw message | Nicolas Werner | 2019-11-23 | 1 | -2/+1 |
* | Implement basic ImageMessages in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -1/+20 |
* | Implement avatars in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -2/+49 |
* | Make reply and options buttons smaller | Nicolas Werner | 2019-11-23 | 1 | -6/+22 |
* | Fix QML emojis | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
* | Use system colors for now | Nicolas Werner | 2019-11-23 | 4 | -4/+37 |
* | Implement TextMessage delegate | Nicolas Werner | 2019-11-23 | 3 | -8/+50 |
* | Format date (close to) the old way in qml timeline | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
* | Add avatar placeholder and scrollbar to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+30 |
* | Add basic sections and button placeholders to qml timeline | Nicolas Werner | 2019-11-23 | 1 | -4/+86 |
* | Implement loading of history, when timeline is displayed | Nicolas Werner | 2019-11-23 | 1 | -6/+0 |
* | Add items to timline | Nicolas Werner | 2019-11-23 | 1 | -5/+14 |
* | Add placeholder timeline model | Nicolas Werner | 2019-11-23 | 1 | -0/+11 |
* | Replace timeline with empty qml view | Nicolas Werner | 2019-11-23 | 2 | -0/+14 |
* | Fix themeing issues on mentions | Joseph Donofry | 2019-08-29 | 3 | -0/+32 |
* | Translated using Weblate (German) | nheko rocks | 2019-08-01 | 1 | -12/+12 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-28 | 1 | -2/+2 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-28 | 1 | -9/+9 |
* | Update mentions dialog | Joseph Donofry | 2019-07-28 | 9 | -81/+198 |
* | Update translation context | Joseph Donofry | 2019-07-28 | 9 | -315/+396 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-28 | 1 | -12/+12 |
* | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2019-07-28 | 3 | -61/+65 |
|\ | |||||
| * | Translated using Weblate (Finnish) | Tulir | 2019-07-28 | 1 | -20/+22 |
| * | Translated using Weblate (German) | philipp | 2019-07-28 | 1 | -1/+1 |
| * | Translated using Weblate (German) | nheko rocks | 2019-07-28 | 1 | -22/+22 |
| * | Manually translate long source strings | Nicolas Werner | 2019-07-28 | 1 | -2/+4 |
| * | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-28 | 1 | -16/+16 |
* | | Address 'sent' translation issue | Joseph Donofry | 2019-07-28 | 9 | -12/+489 |
|/ | |||||
* | Merge branch '0.7.0-dev' of github.com:Nheko-Reborn/nheko into 0.7.0-dev | Weblate | 2019-07-28 | 9 | -398/+1056 |
|\ | |||||
| * | Add 'and' to typing display | Nicolas Werner | 2019-07-28 | 9 | -81/+73 |
| * | media->file in error message, when image upload fails | Nicolas Werner | 2019-07-28 | 9 | -177/+42 |
| * | Add decryption error messages to translations | Nicolas Werner | 2019-07-28 | 9 | -0/+270 |
| * | Fix newly added languages after timestamp localization | Nicolas Werner | 2019-07-28 | 2 | -34/+93 |
| * | Try to localise timestamps | Nicolas Werner | 2019-07-28 | 8 | -169/+641 |
* | | Translated using Weblate (Finnish) | Tulir | 2019-07-28 | 1 | -169/+171 |
* | | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-28 | 1 | -116/+118 |
* | | Translated using Weblate (German) | DeepBlueV7.X | 2019-07-28 | 1 | -3/+3 |
* | | Translated using Weblate (German) | nheko rocks | 2019-07-28 | 1 | -80/+80 |
|/ | |||||
* | Translated using Weblate (German) | philipp | 2019-07-28 | 1 | -7/+7 |
* | Added translation using Weblate (Finnish) | Tulir | 2019-07-28 | 1 | -0/+1004 |
* | Translated using Weblate (German) | DeepBlueV7.X | 2019-07-27 | 1 | -2/+2 |
* | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-27 | 1 | -46/+46 |
* | Translated using Weblate (English) | DeepBlueV7.X | 2019-07-27 | 1 | -3/+3 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-27 | 1 | -1/+1 |
* | Translated using Weblate (German) | DeepBlueV7.X | 2019-07-27 | 1 | -8/+8 |
* | Translated using Weblate (English) | Joseph Donofry | 2019-07-27 | 1 | -6/+6 |
* | Improve layout of Emoji Picker | Nicolas Werner | 2019-07-25 | 3 | -3/+27 |
* | Update Mentions UI | Joseph Donofry | 2019-07-21 | 2 | -0/+2 |
* | Add User Mentions Dialog | Joseph Donofry | 2019-07-16 | 1 | -0/+29 |
* | Show room version in settings | Nicolas Werner | 2019-07-04 | 8 | -40/+144 |
* | Support well-known for server discovery | Nicolas Werner | 2019-06-27 | 8 | -688/+3064 |
* | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 2019-06-11 | 2 | -0/+8 |
* | Merge in master | redsky17 | 2019-05-27 | 1 | -2/+27 |
|\ | |||||
| * | Update to v0.6.4 | Joseph Donofry | 2019-05-22 | 1 | -0/+1 |
| * | Update appdata.xml | Joseph Donofry | 2019-05-14 | 1 | -2/+26 |
* | | Add reply and menu buttons to TimelineItem | redsky17 | 2019-05-27 | 2 | -0/+2 |
|/ | |||||
* | Updated Dutch translation | Heimen Stoffels | 2019-02-20 | 1 | -69/+69 |
* | Update nheko_de.ts | miocho | 2019-02-17 | 1 | -22/+22 |
* | Release Nheko 0.6.3 | Joe | 2019-02-08 | 1 | -2/+3 |
* | merge master and fix conflicts | redsky17 | 2019-01-30 | 1 | -129/+461 |
|\ | |||||
| * | Update Russian translation | Artem Polishchuk | 2019-01-24 | 1 | -129/+461 |
* | | Restore Emoji Picker, but remove forcing EmojiOne | redsky17 | 2019-01-26 | 11 | -0/+202 |
* | | Revert "Remove built-in emoji picker" | redsky17 | 2019-01-26 | 20 | -0/+47 |
* | | Add unread notification color for user mentioned | redsky17 | 2019-01-25 | 3 | -0/+3 |
* | | Modified the code that generates user's colors so that it will | redsky17 | 2019-01-18 | 3 | -0/+12 |
|/ | |||||
* | Add hover color for timestamp. | redsky17 | 2019-01-12 | 3 | -0/+9 |
* | Tweak some of the colors in the CSS rules for nheko. | Joe Donofry | 2019-01-12 | 1 | -8/+10 |
* | v0.6.2 | Konstantinos Sideris | 2018-10-07 | 1 | -0/+1 |
* | Remove the bundled open sans font | Konstantinos Sideris | 2018-10-07 | 12 | -208/+0 |
* | Remove built-in emoji picker | Konstantinos Sideris | 2018-10-07 | 20 | -41/+0 |
* | Display tags as sorting items in the community panel (#401) | Victor Berger | 2018-09-28 | 7 | -0/+7 |
* | v0.6.1 | Konstantinos Sideris | 2018-09-26 | 1 | -0/+1 |
* | v0.6.0 | Konstantinos Sideris | 2018-09-21 | 1 | -0/+1 |
* | Improvements on the system theme | Konstantinos Sideris | 2018-09-19 | 3 | -83/+65 |
* | create zh_CN translation (#442) | Iru Cai (vimacs) | 2018-09-17 | 1 | -0/+915 |
* | i18n: Update Polish translation (#430) | Marcin Mikołajczak | 2018-09-07 | 1 | -13/+49 |
* | Bump version to 0.5.5 | Konstantinos Sideris | 2018-09-01 | 1 | -0/+1 |
* | Bump version to v0.5.4 | Konstantinos Sideris | 2018-08-21 | 1 | -0/+1 |
* | i18n: Update Polish translation (#411) | Marcin Mikołajczak | 2018-08-21 | 1 | -21/+71 |
* | Bump version to 0.5.3 | Konstantinos Sideris | 2018-08-12 | 1 | -1/+2 |
* | Add solid background in TypingDisplay | Konstantinos Sideris | 2018-08-10 | 3 | -0/+3 |
* | Update polish translation (#402) | Marcin Mikołajczak | 2018-08-09 | 1 | -1/+1 |
* | Import appdata file from flatpak | Konstantinos Sideris | 2018-08-08 | 1 | -21/+23 |
* | Remove hardcoded colors from the typing display | Konstantinos Sideris | 2018-08-08 | 3 | -0/+12 |
* | i18n: Update Polish translation (#390) | Marcin Mikołajczak | 2018-07-27 | 1 | -39/+98 |
* | Add foreground color for disabled buttons on the dark theme | Konstantinos Sideris | 2018-07-26 | 1 | -0/+1 |
* | Increase the opacity of the hover color on the room list | Konstantinos Sideris | 2018-07-26 | 2 | -4/+4 |
* | Fix background color on the room list widget | Konstantinos Sideris | 2018-07-26 | 2 | -0/+8 |
* | Improve the style of snackbar a bit | Konstantinos Sideris | 2018-07-25 | 3 | -0/+20 |
* | Enable scrollbar on the room list for macOS (#174) | Konstantinos Sideris | 2018-07-25 | 3 | -0/+7 |
* | Use native scrollbar in the timeline | Konstantinos Sideris | 2018-07-25 | 3 | -0/+11 |
* | Refactor the room settings menu to look like the user profile | Konstantinos Sideris | 2018-07-22 | 7 | -4/+6 |
* | i18n: Update Polish translation (#382) | Marcin Mikołajczak | 2018-07-22 | 1 | -49/+165 |
* | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 2018-07-20 | 8 | -0/+0 |
* | Create user profile modal | Konstantinos Sideris | 2018-07-20 | 17 | -1/+12 |
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 3 | -0/+2 |
* | Use a brighter color for button text (#355) | Konstantinos Sideris | 2018-07-15 | 1 | -1/+1 |
* | Add a timeline message when encryption is enabled | Konstantinos Sideris | 2018-07-07 | 3 | -3/+3 |
* | Mark encrypted messages with a lock icon | Konstantinos Sideris | 2018-07-01 | 8 | -1/+7 |
* | i18n: Add Polish translation (#349) | Marcin Mikołajczak | 2018-06-22 | 1 | -0/+582 |
* | Slightly improved ru+de translations (#333) | Peter | 2018-06-12 | 2 | -56/+56 |
* | French translation (#329) | Victor Berger | 2018-06-03 | 1 | -0/+583 |
* | Use the white for text on the dark theme | Konstantinos Sideris | 2018-05-25 | 2 | -0/+2 |
* | Generate missing translations strings | Konstantinos Sideris | 2018-05-18 | 5 | -5/+120 |
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 4 | -0/+4 |
* | Initial Russian translate (#318) | Anton Karmanov | 2018-05-14 | 1 | -0/+559 |
* | Fix translations | Konstantinos Sideris | 2018-05-13 | 4 | -323/+1768 |
* | Add scrollbar in the settings menu | Konstantinos Sideris | 2018-05-09 | 2 | -0/+22 |
* | Add member list | Konstantinos Sideris | 2018-05-01 | 2 | -0/+2 |
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 2 | -0/+10 |
* | Fix UI inconsistencies between room list & communities | Konstantinos Sideris | 2018-04-28 | 6 | -103/+15 |
* | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 3 | -0/+15 |
* | Adjust completion menu to fit its contents | Konstantinos Sideris | 2018-04-24 | 3 | -0/+12 |
* | Bump version to v0.3.1 | Konstantinos Sideris | 2018-04-13 | 2 | -2/+2 |
* | Add more Dutch translations (#296) | Bart Ribbers | 2018-04-11 | 1 | -32/+33 |
* | Add some more German Translations (#295) | Marcel | 2018-04-10 | 1 | -24/+26 |
* | Update translation files | Konstantinos Sideris | 2018-03-28 | 4 | -468/+472 |
* | Fix invite button colors on the system theme | Konstantinos Sideris | 2018-03-27 | 1 | -2/+2 |
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 3 | -0/+15 |
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 3 | -0/+18 |
* | Adjust unread msg bubble | Konstantinos Sideris | 2018-03-20 | 1 | -1/+4 |
* | More stylistic changes & dark theme tweaks | Konstantinos Sideris | 2018-03-19 | 2 | -7/+10 |
* | Dark theme revisited | Konstantinos Sideris | 2018-03-18 | 3 | -32/+56 |
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 3 | -25/+9 |
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 3 | -0/+12 |
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 2 | -0/+2 |
* | Update screenhost on appdata.xml | Konstantinos Sideris | 2018-03-04 | 1 | -1/+1 |
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 2 | -2/+2 |
* | Added AppData manifest file for Gnome Software (#224) | Vitaly Zaitsev | 2018-02-01 | 1 | -0/+22 |
* | Add borders | Konstantinos Sideris | 2018-01-15 | 3 | -0/+60 |
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 2 | -11/+5 |
* | Communities (#195) | Max Sandholm | 2018-01-09 | 6 | -0/+126 |
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 2 | -0/+2 |
* | Bold room names | Konstantinos Sideris | 2017-12-21 | 2 | -3/+3 |
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 3 | -0/+9 |
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 2 | -0/+2 |
* | Add system theme colors for FloatingButton (#112) | Konstantinos Sideris | 2017-12-11 | 1 | -0/+5 |
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 6 | -0/+19 |
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 2 | -2/+11 |
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 3 | -0/+15 |
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 3 | -0/+18 |
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 5 | -0/+4 |
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 3 | -32/+20 |
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 6 | -0/+20 |
* | Add desktop icons on the AppImage | Konstantinos Sideris | 2017-11-26 | 1 | -1/+0 |
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 2 | -7/+17 |
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 2 | -0/+103 |
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 1 | -7/+36 |
* | Fix qss formatting | Konstantinos Sideris | 2017-11-23 | 2 | -40/+55 |
* | Fix colors on the scroll-down button | Konstantinos Sideris | 2017-11-23 | 1 | -0/+5 |
* | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 1 | -0/+12 |
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 1 | -6/+29 |
* | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 3 | -3/+99 |
* | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 3 | -0/+2 |
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 70 | -372/+40 |
* | Fixed Version in desktop file. (#91) | Vitaly Zaitsev | 2017-10-09 | 1 | -1/+1 |
* | Update from Weblate. (#38) | RiotTranslate | 2017-10-05 | 1 | -2/+2 |
* | Remove custom badge counter from mac and windows (#42) | Konstantinos Sideris | 2017-07-09 | 2 | -0/+0 |
* | Improve login flow (#35) | jansol | 2017-07-08 | 2 | -0/+1 |
* | Add menu to toggle notifications | Konstantinos Sideris | 2017-05-31 | 2 | -0/+1 |
* | Translated using Weblate (German) | Krombel | 2017-05-30 | 1 | -35/+35 |
* | Translated using Weblate (Dutch) | Bart Ribbers | 2017-05-29 | 1 | -35/+35 |
* | Fill out translation fields for english | Konstantinos Sideris | 2017-05-29 | 1 | -34/+34 |
* | Add translation file for english | Konstantinos Sideris | 2017-05-29 | 4 | -3/+198 |
* | Set up translations | Konstantinos Sideris | 2017-05-29 | 3 | -0/+585 |
* | Add PKGBUILD | Konstantinos Sideris | 2017-05-09 | 1 | -0/+11 |
* | Add .ico and .bmp logos for Windows installer | Konstantinos Sideris | 2017-04-25 | 3 | -0/+0 |
* | Remove invalid font | Konstantinos Sideris | 2017-04-25 | 1 | -0/+0 |
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 23 | -0/+363 |
* | Add logo icons | Konstantinos Sideris | 2017-04-21 | 8 | -0/+10 |
* | Add initial read-only emoji support | Konstantinos Sideris | 2017-04-19 | 13 | -10/+12 |
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 2 | -0/+1 |
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 22 | -0/+229 |