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:
|
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
|
2019-01-26 |
Goffi |
contact: fixed add contact button size
|
2019-01-26 |
Goffi |
file sharing: start in MODE_VIEW
|
2019-01-26 |
Goffi |
core (utils): use generator when checking continue_tests in FilterBehavior:
|
2019-01-26 |
Goffi |
chat: added some padding in MessageInputBox
|
2019-01-26 |
Goffi |
xmlui: some design improvments + use ScrollView + BoxLayout instead of DropDown for ListWidget:
|
2019-01-26 |
Goffi |
core: notifs can now have a custom icon and be clickable:
|
2019-01-26 |
Goffi |
core: when switching to a new widget, it becomes the selected one.
|
2019-01-26 |
Goffi |
core, widgets handler: visible_widgets now keep all CagouWidgets, not only QuickWidgets. visible_quick_widgets can be used if only QuickWidgets are desired.
|
2019-01-26 |
Goffi |
core (notes), common (symbol): added an icon showing note level:
|
2019-01-04 |
Goffi |
about: show full version of SàT
|
2019-01-03 |
Goffi |
xmlui: fixed divider drawing
|
2019-01-03 |
Goffi |
plugin chat: fixed OTR State filtering + removed some legacy code
|
2019-01-03 |
Goffi |
xmlui: implemented MessageDialog
|
2019-01-03 |
Goffi |
plugin chat (encryption): added a button to display trust management UI.
|
2019-01-03 |
Goffi |
xmlui: scroll/size fixes:
|
2018-10-06 |
Goffi |
misc: fixed Android namespace
|
2018-10-03 |
Goffi |
plugin remote: fixed error message
|
2018-08-31 |
Goffi |
plugin remote: remote controllers plugin first draft:
|
2018-08-31 |
Goffi |
plugin file sharing: moved common discovery widgets to new core.common_widgets module
|
2018-08-31 |
Goffi |
xmlui: implemented TextBoxWidget + set height for XMLUIPanel
|
2018-08-31 |
Goffi |
xmlui: use create with partial and class_map, following change in base class
|
2018-08-31 |
Goffi |
misc: added .pyo to .hgignore
|
2018-08-11 |
Goffi |
plugin chat: e2e encryption improvments:
|
2018-08-11 |
Goffi |
we are in dev version again
|
2018-07-04 |
Goffi |
Added tag 0.7.0a1 for changeset f95d0c31d455
|
2018-07-04 |
Goffi |
0.7.0a1 release
0.7.0a1
|
2018-07-02 |
Goffi |
core(notification): display a warning and disable notifications if something is going wrong
|
2018-06-29 |
Goffi |
changed package/service namespaces to org.salutatoi.*
|
2018-06-27 |
Goffi |
core (xmlui): removed debug log on text input
|
2018-06-27 |
Goffi |
dialog: added some padding in ConfirmDialog
|
2018-06-27 |
Goffi |
plugin chat: fixed AttributeError when message is receved and a corresponding ChatWidget is not created yet
|
2018-06-26 |
Goffi |
build (buildozer.spec): added some missing dependencies
|
2018-06-26 |
Goffi |
plugin contact list: use new TouchMenuBehaviour to implement contact deletion
|
2018-06-26 |
Goffi |
core (menu): TouchMenuBehaviour:
|
2018-06-26 |
Goffi |
plugin contact list: implemented contact addition
|
2018-06-26 |
Goffi |
core: implemented showDialog so message/dialogs from QuickFrontend are displayed
|
2018-06-24 |
Goffi |
plugin contact list: refactoring:
|
2018-06-24 |
Goffi |
core (common): new SymbolLabel class to have a clickable area with a symbol and a label next to it.
|
2018-06-24 |
Goffi |
plugin file sharing: started to limit line to 90 chars as a test
|
2018-06-24 |
Goffi |
core (menu): allow to specify size in SideMenu:
|
2018-06-24 |
Goffi |
core (common): set width = height by default for Symbol + use a transparent background color by default
|
2018-05-25 |
Goffi |
file sharing: display a message when not sharing device has been found
|
2018-05-25 |
Goffi |
file sharing: catch OS errors while trying to list files on a local dir
|
2018-05-25 |
Goffi |
file sharing: use "your server" name when sharing component domain ends with our domain
|
2018-05-25 |
Goffi |
plugin file sharing: fixed name for service devices
|
2018-05-25 |
Goffi |
install (setup.py): added missing ".kv" files to package_data
|
2018-05-25 |
Goffi |
install (buildozer): added READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions for file sharing
|
2018-05-25 |
Goffi |
root widget: improved notes:
|
2018-05-25 |
Goffi |
root widget: use mirror version of cagou profile for NotifsIcon
|
2018-05-25 |
Goffi |
plugin file sharing: use appropriate symbol when discovering devices
|
2018-05-25 |
Goffi |
plugin file sharing: use external storage directory instead of home (which is "/data") on Android when expanding "~"
|
2018-05-25 |
Goffi |
xmlui: implemented ConfirmDialog using new dialog.ConfirmDialog
|
2018-05-25 |
Goffi |
core: new core.dialog module with a ConfirmDialog
|
2018-05-25 |
Goffi |
plugin file sharing: transtype jid.Jid instance to unicode when using bridge, to avoid troubles with pb
|
2018-05-25 |
Goffi |
plugin file sharing: use density independant pixels for Menu
|
2018-05-25 |
Goffi |
xmlui: fixed Title color
|
2018-05-23 |
Goffi |
plugin file sharing: use new local_device argument of discoFindByFeatures
|
2018-05-23 |
Goffi |
plugin file sharing: use new EntitiesSelectorMenu to select entities which can access shared files
|
2018-05-23 |
Goffi |
core (menu): new EntitiesSelectorMenu:
|
2018-05-23 |
Goffi |
utils, plugin file sharing: new utils module, with a FilterBehavior:
|
2018-05-23 |
Goffi |
kv (base): use border_filled_black intead of border_hollow_black for TextInput background_normal
|
2018-05-23 |
Goffi |
plugin file sharing: use header hint to show current path, and open new path:
|
2018-05-23 |
Goffi |
core (common): split JidItem in 3 classes:
|
2018-05-22 |
Goffi |
plugin file sharing: first draft:
|
2018-05-22 |
Goffi |
install: added modermenu to requirements
|
2018-05-22 |
Goffi |
core: new errback method which can be use as a generic way to show error as notes
|
2018-05-22 |
Goffi |
core: call QuickApp.onBridgeConnected (so ns_map is filled)
|
2018-05-22 |
Goffi |
core: retrieve downloads_dir on startup
|
2018-05-22 |
Goffi |
typos
|
2018-05-11 |
Goffi |
chat: avoid multiple notifications when there are several cloned chats (i.e. with same target)
|
2018-05-11 |
Goffi |
chat, simple XHTML: font size adjustement
|
2018-05-10 |
Goffi |
chat: show desktop notification and/or note when suitable
|
2018-05-01 |
Goffi |
root widget: fixed notif icon width
|
2018-05-01 |
Goffi |
buildozer: use hg version of SàT
|
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
|