log

age author description
2018-04-06 Goffi plugin chat: removed spaces between widgets
2018-04-06 Goffi plugin chat: use new Symbol widget to display encryption button
2018-04-06 Goffi core (common): new Symbol widget:
2018-04-06 Goffi plugin chat: use bold for nicknames in messages headers
2018-04-06 Goffi plugin chat: draw a background for avatars
2018-04-06 Goffi core: changed default background color to white
2018-04-06 Goffi core (kv): new base.kv to handle default properties overriding on Kivy widgets
2018-04-06 Goffi xmlui: fixed missing whitelist argument
2018-04-06 Goffi README: added contribution URIs
2018-04-05 Goffi setup: proper setup.py:
2018-04-05 Goffi global file reorganisation:
2018-04-05 Goffi xmlui: added LabelContainer and updated XMLUIPanel following changes in main class
2017-02-23 Goffi profile manager: fixed profilesListGet bridge call following name change in bridge
2017-02-05 Goffi tranfer (gallery): changed name from photo to gallery
2017-02-01 Goffi chat: handle new OTR state signal and change encryption icon consequently
2017-01-31 Goffi chat: fixed file sending:
2017-01-31 Goffi chat: fixed OTR calls:
2017-01-31 Goffi buildozer: moved sat.conf in a specific dir (platform/android), so it's not used on desktop
2017-01-26 Goffi buildozer: added potr in requirements
2017-01-26 Goffi chat: OTR integration first draft:
2017-01-26 Goffi chat: message header is hidden for info messages
2017-01-26 Goffi CagouWidget: instances can now add their own extra widgets in header with headerInputAddExtra
2017-01-26 Goffi core (notifications): notification now grow in height with text size
2017-01-26 Goffi core (notifications), CagouWidget: a backround rectangle is drawned behind drop boxes
2017-01-26 Goffi core: changes menu bridge call, to follow backend
2017-01-15 Goffi chat: uploaded images are now sent with XHTML, so they are shown inline
2017-01-15 Goffi contact list: text entered in header input do filtering in shown contacts
2017-01-15 Goffi chat: added completion of header's input, any entity in cache containing the entered text is shown
2017-01-15 Goffi cagou widget: added onHeaderInputComplete method which is called when text is changed, and should be used for completion
2017-01-15 Goffi JidWidget: first draft
2017-01-15 Goffi moved SimpleXHTMLWidget to a dedicated module
2017-01-15 Goffi chat: avatar improvments:
2017-01-08 Goffi chat: added gettext call for hint_text in input
2017-01-08 Goffi chat: display delivery receipt (with a green check mark)
2017-01-05 Goffi chat: fixed bad size_hint setting on XHTML
2017-01-05 Goffi core (image): AsyncImage now handle file:// schema in source
2016-12-31 Goffi chat: added url detection on text messages
2016-12-29 Goffi xmlui: FileDialog first draft
2016-12-29 Goffi menu (upload): send transfer (i.e. P2P transfer) is now working
2016-12-29 Goffi menu (upload): better menu using dedicated widget:
2016-12-29 Goffi upload (voice): fixed crash on desktop
2016-12-27 Goffi upload: added voice plugin (for Android)
2016-12-26 Goffi upload: added android video app plugin
2016-12-26 Goffi upload: added android photo app plugin
2016-12-26 Goffi upload: added forgotten kv file for file upload
2016-12-25 Goffi use of cagou_profile_bleu as Cagou's main icon
2016-12-25 Goffi chat, contact_list, selector: use of new icons from muchoslava
2016-12-25 Goffi core: kv files are not mandatory anymore for plugins
2016-12-25 Goffi upload: plugin android gallery, first draft:
2016-12-25 Goffi core: use C.PLUGIN_EXT to know which plugin extension to use
2016-12-25 Goffi core, chat: upload plugin system:
2016-12-24 Goffi menu: use of garden's contextmenu for menus
2016-12-24 Goffi garden: context menu fixes:
2016-12-24 Goffi garden: added contextmenu
2016-12-24 Goffi garden: added garden subdirectory for Kivy garden modules distribution
2016-12-24 Goffi core: use norm_image_size for headers'icons
2016-12-24 Goffi added README
2016-12-23 Goffi core: added forgotten main.py
2016-12-22 Goffi chat: file upload first draft:
2016-12-22 Goffi core: added forgotten platfom check in on_stop