aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* -fixed usage of lists, synced avatars to names and added member countTheJackiMonster2021-12-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented updating of labels regarding contact names in chatsTheJackiMonster2021-12-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added chat details with a list of contacts for groupsTheJackiMonster2021-12-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added dialog to add new profilesTheJackiMonster2021-12-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Deactivated chats without other membersTheJackiMonster2021-12-07
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added new group dialogTheJackiMonster2021-12-03
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added emoji pickerTheJackiMonster2021-11-25
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added invitations for private chats and cleaned up status messagesTheJackiMonster2021-11-24
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added profile entries, identity selection parameter and other tweaksTheJackiMonster2021-11-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added settings dialogTheJackiMonster2021-11-21
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added first ui files for status messages and integrated public key api changesTheJackiMonster2021-11-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented opening a private chat to a contactTheJackiMonster2021-11-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added automatic activation and selection of new chatsTheJackiMonster2021-11-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented querying contacts to visualize list of themTheJackiMonster2021-11-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added contacts dialog to select and open a chatTheJackiMonster2021-11-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented QR decoding using zbar_image_scannerTheJackiMonster2021-11-17
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed memory leaks regarding gtk buildersTheJackiMonster2021-11-15
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added zbar video input to scan for contactsTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixing ui inconsistency, removing placeholder valuesTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed segfault and added convenienceTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented multiple chats in parallelTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed mobile behavior to not send with enterTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Implemented actual sending and receiving of text messages via chat interfaceTheJackiMonster2021-11-14
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added some changing icons and (visually only) sending messagesTheJackiMonster2021-11-03
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added dialog to create a new platform and connected new eventsTheJackiMonster2021-11-01
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added ui files for messages and automated some debug entriesTheJackiMonster2021-11-01
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added initialization of libhandy to load iconsTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Hooked up all important ui widgets from builderTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Removed unreferencing builders againTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed mobile flag option properlyTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added ui file to add chat/contact entriesTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fixed segfault during exitTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added area optimization for mobile usageTheJackiMonster2021-10-31
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Separated gtk, gnunet and events using bothTheJackiMonster2021-10-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Removed debug print and hooked up chat details buttonsTheJackiMonster2021-10-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Rearranged pieces of code to setup uiTheJackiMonster2021-10-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added second thread to link the ui with gnunetTheJackiMonster2021-10-30
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Setup some test data in ui to visualize the targetTheJackiMonster2021-10-28
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Added basic code to startup ui file and handle first interactionsTheJackiMonster2021-10-27
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Relicensed from GPL3 to AGPL3 and added copyright noticeTheJackiMonster2021-06-06
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Initial commitTheJackiMonster2021-06-06
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>