log

age author description
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:
2016-12-04 Goffi android: android build first draft:
2016-12-04 Goffi core: bridge selection + improvments for android
2016-10-02 Goffi chat: XHTML image size handling:
2016-09-28 Goffi chat: <img/> tag handling first draft:
2016-09-25 Goffi chat: XHTML parsing first draft:
2016-09-16 Goffi core (profile_manager): fixed bad import
2016-09-16 Goffi core (xmlui): fixed bad import
2016-09-15 Goffi chat: changed udpate to use dict instead of single key/value
2016-09-11 Goffi xmlui: implemented most of XMLUI, not finished yet
2016-09-11 Goffi core: workaround issue happening when root widget is changed too quickly (during a transition)
2016-09-11 Goffi core: menus first draft:
2016-09-10 Goffi contact list: fixed contact list display
2016-09-10 Goffi core: postInit() is now called, allowing automatic profile connection
2016-09-10 Goffi core: avoid kivy arguments hijacking so QuickApp arguments parsing can be used
2016-09-09 Goffi chat: update avatar following quick frontend improvments
2016-09-09 Goffi chat: fixed MUC joining following changes in backend
2016-09-04 Goffi chat: design improvments:
2016-08-28 Goffi chat: avatar and nick are now displayed, need further aesthetic improvments
2016-08-28 Goffi core: newWidget implementation, it only display a not when a MUC room has been joined
2016-08-28 Goffi chat: joining MUC using header input is now working:
2016-08-28 Goffi core: new getPluginInfo method to retrieve plugin info corresponding to filter(s)
2016-08-28 Goffi core: removed forgotten debug logs
2016-08-28 Goffi contact list, selector: use of blue variant of icons
2016-08-28 Goffi widgets handler, core: hidden widgets can now be shown with swipes:
2016-08-28 Goffi chat: forbid scrolling on X axis + don't delete widget until explicitly requested (with force attribute)
2016-08-28 Goffi cagou widget, root widget: used of dp to specify distances
2016-08-28 Goffi chat: header_input text is reset when widget is changed due to input
2016-08-22 Goffi handler, widget: deleteWidget is now properly called when a QuickWidget is deleted
2016-08-21 Goffi core: XMLUI notifications coming from backend are handled:
2016-08-21 Goffi minor docstring fix
2016-08-21 Goffi core: expand now accepts extra arguments, which will be used in format
2016-08-21 Goffi images: fixed borders using blue and gray from sat_media/misc/borders + removed unused ones in cagou/images
2016-08-21 Goffi notes first draft:
2016-08-21 Goffi core: added expand method to expand filename with magic values, specially useful in kv
2016-08-21 Goffi cagou widget (selector): fixed size of selector, choices now appear in the correct position
2016-08-21 Goffi common: first draft of a module were common widgets will be put
2016-08-09 Goffi code (cagou widget), selector: icons handling + use of new muchoslava icon set
2016-08-09 Goffi chat: better bubble and time resizing
2016-08-08 Goffi chat: time text is now displayed above text bubble
2016-08-07 Goffi plugin chat: first draft:
2016-08-07 Goffi images: added 2 backgrounds for chat messages
2016-08-07 Goffi header's input field is now accessible with self.header_input and call onHeaderInput() on text entered
2016-08-07 Goffi main: fixed profiles value in _defaultFactory + getPluggedWidgets is now a generator
2016-08-07 Goffi plugin widget selector: display improvment + host profiles are now used by default
2016-07-24 Goffi contact list: added call to the new postInit method
2016-07-09 Goffi host can now be get as a global value:
2016-07-09 Goffi files reorganisation, cagou is now launched with python2 cagou.py in src/
2016-07-09 Goffi plugin system, first draft:
2016-07-08 Goffi widget handler first draft:
2016-07-08 Goffi widget selector:
2016-07-08 Goffi core: added switchWidget method, to change a CagouWidget for an other one
2016-07-08 Goffi added CagouWidget:
2016-07-08 Goffi contact list: first draft
2016-07-08 Goffi added an Image class which accept source without extention
2016-07-08 Goffi core (logs): forbid kivy to handle stderr itself
2016-07-07 Goffi core (logs): integrate Kivy logs with SàT:
2016-07-07 Goffi profile manger: launch plug process when "Connect" button is pressed (full plugging is not working yet)
2016-07-07 Goffi Profile manager: Connect button is disabled when no profile is selected
2016-07-07 Goffi added .hgignore
2016-03-26 Goffi Profile manager: profile(s) deletion is handled
2016-03-26 Goffi Profile manager: new profile creation is handled
2016-03-26 Goffi initial commit: