log

age author description
2020-01-27 Goffi core: fixed handling of M-n if other modifier (e.g. numlock) are present
2020-01-27 Goffi core (common_widgets): fixed own jid detection in DeviceWidget + `name` property in Identities
2020-01-27 Goffi core: removed root menus (i.e. global menu on top of window):
2020-01-27 Goffi settings (android): don't expose autoconnect parameters:
2020-01-27 Goffi settings: fixed wrong type for Note title when there is an error while getting XMLUI
2020-01-27 Goffi android: autoconnect profile using the new `profileAutoconnectGet` backend method:
2020-01-27 Goffi android (service): set autorestart:
2020-01-27 Goffi p4a: added missing `main.py` needed for p4a build
2020-01-27 Goffi chat: prepend nick to message input when occupant avatar is touched on group chat.
2020-01-27 Goffi core: don't call onBackendReady explicitly anymore now that it is handle in QuickApp
2020-01-27 Goffi core (widgets_handler): use a StencilView + BoxLayout instead of ScrollView as wrapper:
2020-01-27 Goffi android (p4a): added `hyperlink`, `requests` and `treq` requirements
2020-01-27 Goffi core: use selected widget from main screen in getWidgetToSwitch:
2020-01-27 Goffi core (widgets handler): use widget set in set_widget as selected_widget if selected_widget is None
2020-01-18 Goffi share widget: removed global keyboard binding
2020-01-18 Goffi core: change selected_widget when root screen widget is changed
2020-01-18 Goffi android (service): fixed backend launch
2020-01-18 Goffi core: don't crash when a widget without profiles switch to default widget
2020-01-18 Goffi core: better back key (ESC) management:
2020-01-17 Goffi chat: keep as many instances of opened chat as there are active WHWrapper, instead of just one:
2020-01-17 Goffi core (widgets handler): clear widgets when WHWrapper is detached:
2020-01-17 Goffi chat: new chat selector:
2020-01-17 Goffi core (widgets handler): refactoring:
2020-01-17 Goffi core (Cagou): add debug log for widget visibility + ignore_missing:
2020-01-17 Goffi core (Cagou): "None" can be used in getVisibleList's cls to get all visible widgets
2020-01-17 Goffi core (Cagou): "new" arg can be None in switchWidget, in which case default widget is used.
2020-01-17 Goffi core: "key_input" method is now checked and used if suitable in selected widget.
2020-01-17 Goffi core (common, share_widget): new JidSelector widget:
2020-01-04 Goffi core (RootWidget): a red "plug" symbol is now shown when profile is not connected.
2020-01-04 Goffi core: new "connected" property in CagouApp
2020-01-04 Goffi android: open "geo:" URL using an Intent
2020-01-04 Goffi core: handle URLs opening in a per-platform way:
2020-01-04 Goffi xmlui: fixed ConfirmDialog creation:
2020-01-04 Goffi core: use classes and factory to handle platform specific behaviours in a generic way
2020-01-03 Goffi android (p4a): removed version for omemo/omemo_backend_signal:
2019-12-30 Goffi chat: removed some old code
2019-12-30 Goffi chat: show encryption button with group chats:
2019-12-29 Goffi chat: handle room statuses following backend change
2019-12-28 Goffi install (setup): fixed shebang for python3
2019-12-28 Goffi core: added forgotten share_widget module
2019-12-20 Goffi core (simple_xhtml): handle `aesgcm` schemes:
2019-12-20 Goffi chat: encrypt uploaded file if the session is encrypted
2019-12-20 Goffi chat: serialise `options` in `fileUpload` following change in backend
2019-12-20 Goffi chat: use `bind` for EncryptionButton events:
2019-12-20 Goffi core: fixed handling of classes with multiple inheritances in getAncestorWidget
2019-12-20 Goffi android (p4a): updated minimum omemo/omemo_backend_signal versions + plyer:
2019-12-20 Goffi common_widgets (DelayedBoxLayout), chat: don't delay layout on new message:
2019-12-20 Goffi plugin file sharing: convert `dest_path` to string when sending to bridge:
2019-12-11 Goffi use Kivy garden's new infrastructure for modernmenu and contextmenu:
2019-12-06 Goffi plugin chat: infinite scroll:
2019-12-06 Goffi chat: cleaning + some improvments:
2019-12-06 Goffi core (common widgets): added a DelayedBoxLayout class:
2019-12-06 Goffi backport: added a new "backport" module for using unreleased code from Kivy:
2019-12-06 Goffi core, android: new share widget + added Cagou to "share" menu:
2019-12-06 Goffi android (p4a): Cagou is now windowed
2019-12-06 Goffi android (p4a): replaced deprecated "pil" recipe by "pillow"
2019-12-06 Goffi android (p4a): ndk update
2019-10-16 Goffi core: fixed state encoding + PLUGIN_EXT on Android following Python 3 port
2019-10-16 Goffi core: bridge are now raising generic BridgeExceptionNoService
2019-10-16 Goffi android (p4a): updated P4A option to use Python 3:
2019-08-25 Goffi install (setup.py): keep order consistent with sat's setup.py in classifiers
2019-08-25 Goffi install (setup.py): updated classifiers
2019-08-25 Goffi install (setup.py): updated `python_requires`
2019-08-13 Goffi Python3 port:
2019-08-05 Goffi 0.8 development starts
2019-07-24 Goffi Added tag 0.7.0 for changeset 51f73d210da9
2019-07-24 Goffi 0.7.0 « La Commune » release 0.7.0
2019-07-24 Goffi install: added MANIFEST.in
2019-07-23 Goffi doc: first draft
2019-07-20 Goffi remote: enforce unicode in bridge methods
2019-07-19 Goffi remote: fixed workflow and size for XMLUI panel used with Ad-Hoc commands:
2019-07-10 Goffi install: set minimal version of sat to dev one:
2019-07-09 Goffi chat: fixed call to fileSend
2019-06-28 Goffi core (about): improved "about" popup:
2019-06-28 Goffi chat: fixed infinite loop due to size_hint used for height while height is modified by DropDown
2019-06-28 Goffi core (widgets_handler): use explicit floor division to avoid warnings.
2019-06-28 Goffi core (simple_xhtml): activated underline and line-through which are now available
2019-06-28 Goffi core: removed FIXME which is not valid anymore (it was not a bug)
2019-06-21 Goffi install: fixed typo
2019-06-21 Goffi install: updated minimum sat version
2019-05-14 Goffi we are in dev version again
2019-05-05 Goffi Added tag 0.7.0b1 for changeset 5c28cf881531
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
2019-03-11 Goffi widgets handler: call host._removeVisibleWidget when a widget is deleted (using split)
2019-03-11 Goffi core: (de)activate sync flag when the frontend is being paused or resumed
2019-03-11 Goffi chat: don't use "force" argument anymore
2019-03-11 Goffi core: improved getOrClone + use in chat and widgets_handler:
2019-03-11 Goffi core: use new unix socket mechanism to set frontend state
2019-02-06 Goffi Added tag 0.7.0a3 for changeset 4233be74572a
2019-02-06 Goffi 0.7.0a3 release 0.7.0a3
2019-01-26 Goffi common: don't use anymore positional argument in JidItem