log

age author description
2019-05-05 Goffi 0.7.0b1 release 0.7.0b1
2019-05-05 Goffi misc: added configuration files to compile Cagou with python-for-android
2019-04-07 Goffi core: refill contact lists on resync
2019-04-07 Goffi core: don't change mouse setting on Android, this is causing a touch bug:
2019-03-28 Goffi chat: merge user moved info messages:
2019-03-28 Goffi simple XHTML: fixed crash when parent is set to None + fixed bold restoration when escaped message is modified
2019-03-27 Goffi chat: added an extra menu (3 dots menu):
2019-03-27 Goffi xmlui: many improvments:
2019-03-27 Goffi core: disable multitouch emulation with mouse
2019-03-25 Goffi misc: replaced "dummy" by "__"
2019-03-25 Goffi chat: show warning note on failing fileUpload + added forgotten "profile" argument
2019-03-25 Goffi date update
2019-03-25 Goffi core: store tls_validation flag in host and use if for file upload.
2019-03-20 Goffi core: certificate validation can be disabled:
2019-03-20 Goffi transfer (file): use native file chooser on desktop:
2019-03-20 Goffi chat: moved transfer button to header_box
2019-03-20 Goffi chat: use the new progress_cb and progress_eb methods of actionManager:
2019-03-20 Goffi chat: multi-lines input:
2019-03-20 Goffi menu: added a padding to MenusWidget to align on left margin
2019-03-20 Goffi core, chat: UI improvments:
2019-03-20 Goffi core: removed forgotten debugging code
2019-03-20 Goffi core: check if resync exist in widget before calling it
2019-03-20 Goffi widgets_handler: work around the double call of onSlideChange:
2019-03-20 Goffi profile manager: don't use anymore deprecated ListView + use dp() for sizes of buttons instead of relative size.
2019-03-20 Goffi widgets_handler: increased remove limit and min height/width:
2019-03-11 Goffi contact list: fixed crash with pb on addContact and delContact
2019-03-11 Goffi core: fixed crash when calling deleteUnusedWidgetInstances on widgets not inheriting from QuickWidget
2019-03-11 Goffi core (debug): added "visible_widgets_dump" action to new _debug signal
2019-03-11 Goffi core: resync widgets only when they are visible:
2019-03-11 Goffi core: call new methods onVisible and onNotVisible when a widget is displayed or hidden + fixed a deletion bug on _removeVisibleWidget