log

age author description
2020-03-06 Goffi chat: fixed handling of attachments without URL
2020-03-06 Goffi chat: fixed discoInfos call
2020-03-06 Goffi chat: use `image-loading` as source by default:
2020-03-06 Goffi contact list: fixed crash on update when profile is not specified
2020-03-06 Goffi core: use of new profileConnected method:
2020-03-06 Goffi core (patches): renamed `apply` to `disable_tls_validation` which suits better
2020-03-06 Goffi chat: set AttachmentImageItem in python instead of kv:
2020-03-01 Goffi common widgets (ImagesGallery): reset image transformation on slide change or double tap.
2020-03-01 Goffi chat: generate preview if there is not one already for non encrypted attachments
2020-03-01 Goffi chat: use a Line instead of 2 RoundedRectangle for decoration
2020-03-01 Goffi chat: attachment preview:
2020-03-01 Goffi chat: renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE` following backend change
2020-03-01 Goffi transfer (voice): fixed time display following Python 3 port + added spacing
2020-03-01 Goffi core (menu): avoid crash when removing SideMenu from parent if it has already been removed
2020-03-01 Goffi core (menu): fixed transfer callback arguments order
2020-03-01 Goffi android: fixed "open_url"
2020-03-01 Goffi android: fixed "check_plugin_permissions" when no permission is requested
2020-02-26 Goffi chat: image attachments collection, first draft:
2020-02-26 Goffi chat: show images in attachments:
2020-02-26 Goffi common widgets: ImagesGallery first draft:
2020-02-26 Goffi core: new showHeadWidget method to show/hide notifications header.
2020-02-26 Goffi core (common): moved simple_xhtml's image code to a generic "SizedImage" widget
2020-02-26 Goffi platform (base): use "xdg-open" when available + use new host.downloadURL
2020-02-26 Goffi core: downloadURL helper method
2020-02-26 Goffi notifs: fixed desktop notification duration
2020-02-23 Goffi chat: use constant instead of hard-coded string for C.MESS_KEY_MEDIA_TYPE
2020-02-23 Goffi menu (TransferMenu): UI improvments:
2020-02-23 Goffi common: implemented SymbolToggleLabel:
2020-02-23 Goffi menu: TransferMenu UI improvment
2020-02-23 Goffi core: file dropping:
2020-02-23 Goffi chat: control send button visibility in core.platform_, and show it when there are attachments
2020-02-23 Goffi chat: attachment sending:
2020-02-22 Goffi chat: work around ScrollView bug in attachments by using a StackLayout instead:
2020-02-22 Goffi common: use light secondary colour instead of red for notification labels' background
2020-02-19 Goffi chat: show attachments as clickable icons
2020-02-19 Goffi platform (base): added a menu item to create a new window
2020-02-19 Goffi core (common): Don't crash JidSelector when data for entity is missing from cache
2020-02-12 Goffi common (jidSelector): replace implitict_update mechanism by real-time update:
2020-02-12 Goffi widgets: implemented ordering in ContactItem and CagouWidget:
2020-02-12 Goffi core (common): JidSelector + behaviors various improvments:
2020-02-12 Goffi android: do not restore previously selected widget if an intent contains a widget to create.
2020-02-12 Goffi core: log parse config files
2020-02-12 Goffi android: store and restore last selected widget
2020-02-09 Goffi android: handle runtime permissions:
2020-02-09 Goffi core: minor i18n fix
2020-02-09 Goffi android: fixed tmp dir creation if parents don't exist, avoiding a crash.
2020-02-09 Goffi core (common): added a notifications counter on ContactButton and use it in JidSelector:
2020-02-09 Goffi chat: use QuickApp.notify and clear notifications when selected.
2020-02-06 Goffi chat: use header input to filter entities + open a new chat with unknown jid.
2020-02-06 Goffi chat: use the new "implicit_update" and "to_show" properties for ChatSelector.jid_selector:
2020-02-06 Goffi chat: added a "close" item in menu, to leave MUC/close current chat widget.
2020-02-06 Goffi common widgets: use a different colour + bigger font size + bold for CategorySeparator
2020-02-06 Goffi common: when possible, a more user friendly name is displayed for the contact, instead of the jid.
2020-02-06 Goffi core (utils): fixed FilterBehavior use of "children" attribute
2020-02-06 Goffi core (common): improved flexibility of jid selector:
2020-02-06 Goffi core: cache MUC bookmarks on startup
2020-02-04 Goffi cagou widget: don't add header_input systematically anymore:
2020-02-04 Goffi share widget: use new return value of doAction to get chat widget
2020-02-04 Goffi core: return newly switched widget in switchWidget and doAction
2020-02-04 Goffi share widget: display only name of the file instead of full path in GenericPreview
2020-02-04 Goffi share widget: fixed crash when a text content is shared without `text` in data:
2020-02-04 Goffi android: handle Android specific content (wich `content:` scheme) in intent manager:
2020-02-04 Goffi android: create/clean a temporary directory on startup:
2020-02-04 Goffi android: handle new SàT specific "action" dict which may be attach to an intent:
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2020-01-27 Goffi android: platform specific menu to disconnect profile:
2020-01-27 Goffi core: new extra menu:
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: