Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CI with cmark | Konstantinos Sideris | 2018-09-11 | 1 | -15/+20 |
| | |||||
* | Switch to libcmark | Konstantinos Sideris | 2018-09-11 | 1 | -0/+39 |
| | |||||
* | Fill out missing fields in Info.plist | Konstantinos Sideris | 2018-08-31 | 1 | -3/+4 |
| | | | | fixes #423 | ||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+0 |
| | |||||
* | Re-enable groups | Konstantinos Sideris | 2018-07-14 | 1 | -0/+4 |
| | |||||
* | Added FindOlm.cmake script from mtxclient to find generic libolm packaged ↵ | Vitaly Zaitsev | 2018-07-12 | 1 | -0/+40 |
| | | | | | without cmake support. (#370) Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | ||||
* | Don't download dependencies during build | Konstantinos Sideris | 2018-07-04 | 2 | -46/+0 |
| | | | | fixes #346 | ||||
* | Add build target for doxygen | Konstantinos Sideris | 2018-07-02 | 1 | -0/+2310 |
| | | | | Includes documentation & dependency/call graphs | ||||
* | Install missing dependencies in travis-ci/appveyor | Konstantinos Sideris | 2018-06-04 | 1 | -26/+0 |
| | |||||
* | Include mtxclient in the build | Konstantinos Sideris | 2018-06-04 | 1 | -33/+0 |
| | |||||
* | Use std::string for the "creator" key in m.room.member | Konstantinos Sideris | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | Fix translations | Konstantinos Sideris | 2018-05-13 | 1 | -7/+8 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -0/+1 |
| | |||||
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 1 | -1/+1 |
| | | | | fixes #291 | ||||
* | Update matrix-struct | Konstantinos Sideris | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | Adjust CMakeLists to make dependency downloading optional | Konstantinos Sideris | 2018-03-29 | 6 | -17/+84 |
| | |||||
* | Use -std=c++11 on matrix structs | Konstantinos Sideris | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Be compatible with cmake 3.1 | Konstantinos Sideris | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Add version info in the settings menu | Konstantinos Sideris | 2018-03-22 | 1 | -0/+5 |
| | | | | fixes #239 | ||||
* | Remove redacted events from other users (#171) | Konstantinos Sideris | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | Update matrix-structs library | Konstantinos Sideris | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | Add fancy snackbar animation | Konstantinos Sideris | 2018-03-16 | 1 | -0/+25 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -1/+1 |
| | | | | fixes #264 | ||||
* | Pass arch flags for appveyor build | Konstantinos Sideris | 2018-03-03 | 1 | -3/+7 |
| | | | | [ci skip] | ||||
* | Specify install directory & arch for the matrix_structs library | Konstantinos Sideris | 2018-03-03 | 1 | -7/+15 |
| | | | | [ci skip] | ||||
* | Specify release config for windows | Konstantinos Sideris | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | Remove git submodules in favor of cmake's ExternalProject | Konstantinos Sideris | 2018-03-03 | 2 | -0/+52 |
| | |||||
* | Add make install and make uninstall rules to cmake (#196) | Bart Ribbers | 2018-01-09 | 1 | -0/+21 |
| | |||||
* | Windows icon fix and change the installer to QT Installer Framework on ↵ | Marcel | 2017-11-06 | 3 | -0/+140 |
Windows (#85) |