log

age author description
2018-05-01 Goffi core: use secondary color for main menu highlight
2018-05-01 Goffi plugins chat, contact_list, settings, widget_selector: changed icons theme
2018-05-01 Goffi common: new ActionIcon widget which display symbol or image icon according to what is specified in plugin_info
2018-05-01 Goffi common: new ActionSymbol widget, which use a symbol to show an action
2018-05-01 Goffi widgets handler: use dark secondary color for split
2018-05-01 Goffi core: moved main colors to constants
2018-04-30 Goffi core: use hollow borders for TextInput (except for XMLUI, for now)
2018-04-30 Goffi core: set primary and secondary colors
2018-04-30 Goffi menu (transfer): changed transfer menu effect
2018-04-29 Goffi core: hide notifications header on M-n
2018-04-29 Goffi widgets handler: keep proportion on resize
2018-04-29 Goffi widgets handler: use widget's top and right
2018-04-28 Goffi widget selector: replaced deprecated ListView by BoxLayout
2018-04-28 Goffi core (menu): animate transfer menu opening/closing + close it on [ESC]/back
2018-04-28 Goffi chat: allow to scroll using side bar + increased bar size
2018-04-28 Goffi core: hide/show menu on M-m + disable menu on Android
2018-04-28 Goffi core: toggle fullscreen on F11
2018-04-28 Goffi core (widget selector): adjusted selector size to content, and added some spacing
2018-04-28 Goffi widgets handler: removed constants which are not used anymore
2018-04-28 Goffi core: added __version__ variable
2018-04-28 Goffi installation: fixed version in setup.py
2018-04-28 Goffi widget handler: don't set split delete mode if there is not top/left widget
2018-04-28 Goffi xmlui: fixes:
2018-04-28 Goffi core (cagou widget): return parent value in on_touch_down
2018-04-28 Goffi contact list: fixed avatar stretching
2018-04-27 Goffi chat: added __unicode__ and __str__
2018-04-27 Goffi widget handler: block carousel swiping when there is only one slide
2018-04-27 Goffi widget handler: refactoring:
2018-04-27 Goffi chat: replaced transfer button
2018-04-27 Goffi core: disabled Kivy's default behaviour of displaying settings on F1
2018-04-14 Goffi core (notifs): use white for notifications text
2018-04-14 Goffi core (common): use white for labels in JidItem
2018-04-14 Goffi chat: fixed OTR buttons size
2018-04-14 Goffi profile manager: removed images (use plain color instead), and changed colors
2018-04-14 Goffi core: fixed icon size hiding when notifs are reset + size adjust
2018-04-14 Goffi xmlui: use a black background
2018-04-14 Goffi core (common): renamed JidWidget to JidItem to avoid name conflict with XMLUI
2018-04-14 Goffi plugin chat: fixed dropdown:
2018-04-13 Goffi core: [esc] key handling is disabled (for now)
2018-04-13 Goffi core: kivy require is now 1.10.0
2018-04-13 Goffi core (android): service is now launched using pyjnius, as recommended in doc
2018-04-13 Goffi build (buildozer.spec): updated buildozer spec to build with new toolchain (and code evolution since last build)
2018-04-13 Goffi profile manager: fixed profileCreate bridge call
2018-04-13 Goffi plugin chat: layout change:
2018-04-13 Goffi core: label color fix following background color change
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
2016-12-20 Goffi xmlui: fixed BoolWidget _xmluiGetValue:
2016-12-20 Goffi core: added a platform check in on_start:
2016-12-19 Goffi buildozer: added plyer and VIBRATE permission for backend's android plugin
2016-12-19 Goffi core: use memory map on a file to indicate pause/resume status, so backend can now it
2016-12-18 Goffi core: use onBridgeConnected and exit code 3 when bridge can't be imported
2016-12-18 Goffi settings: save button is now disabled when there is nothing to save
2016-12-18 Goffi settings: settings widget plugin, first draft
2016-12-18 Goffi xmlui: improvments to prepare parameters:
2016-12-17 Goffi chat: fixed chat messages width
2016-12-17 Goffi chat: shortened chat header
2016-12-13 Goffi sat.conf: a # is added in front of backend logs, to differenciate from frontend logs
2016-12-13 Goffi core: on_pause/on_resume handling (needed for Android)
2016-12-13 Goffi core: launch SàT backend as a service on Android and wait for it on pb bridge connection.
2016-12-13 Goffi core: pb bridge implementation:
2016-12-04 Goffi design fixes: