2020-04-14 |
Goffi |
core: update avatar handling following backend changes:
|
2020-04-01 |
Goffi |
platform (android): open_url now tries to open the right activity for any URL:
|
2020-04-01 |
Goffi |
platform (base): call again "open_url" after decrypting a file:
|
2020-04-01 |
Goffi |
chat: fixed media_type guessing when Path is used for attachment
|
2020-04-01 |
Goffi |
p4a: added `certifi` dependency, as it is used in backend for SSL validation
|
2020-04-01 |
Goffi |
core (simple_xhtml): fixed xhtml_generic call in xhtml_br
|
2020-03-31 |
Goffi |
menu (TransferMenu): fixed transfer_info background:
|
2020-03-31 |
Goffi |
core (menu): typo
|
2020-03-28 |
Goffi |
profile manager: don't activate `Connect` button until we get authentication result from backend
|
2020-03-23 |
Goffi |
chat: show a padlock icon to indicate if message is e2e encrypted or not:
|
2020-03-22 |
Goffi |
chat: resize attachments (images only for now):
|
2020-03-18 |
Goffi |
chat: use "image-loading" animation as default source for AttachmentImageItem
|
2020-03-18 |
Goffi |
chat: fixed `source` assignment for `AttachmentImageItem`
|
2020-03-18 |
Goffi |
core: fixed doAction when new widget is already existing and visible:
|
2020-03-06 |
Goffi |
transfer (android gallery): unbind activity_result
|
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:
|
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
|
2018-04-29 |
Goffi |
widgets handler: use widget's top and right
|
2018-04-28 |
Goffi |
widget selector: replaced deprecated ListView by BoxLayout
|
2018-04-28 |
Goffi |
core (menu): animate transfer menu opening/closing + close it on [ESC]/back
|
2018-04-28 |
Goffi |
chat: allow to scroll using side bar + increased bar size
|
2018-04-28 |
Goffi |
core: hide/show menu on M-m + disable menu on Android
|
2018-04-28 |
Goffi |
core: toggle fullscreen on F11
|
2018-04-28 |
Goffi |
core (widget selector): adjusted selector size to content, and added some spacing
|
2018-04-28 |
Goffi |
widgets handler: removed constants which are not used anymore
|
2018-04-28 |
Goffi |
core: added __version__ variable
|
2018-04-28 |
Goffi |
installation: fixed version in setup.py
|
2018-04-28 |
Goffi |
widget handler: don't set split delete mode if there is not top/left widget
|
2018-04-28 |
Goffi |
xmlui: fixes:
|
2018-04-28 |
Goffi |
core (cagou widget): return parent value in on_touch_down
|
2018-04-28 |
Goffi |
contact list: fixed avatar stretching
|
2018-04-27 |
Goffi |
chat: added __unicode__ and __str__
|
2018-04-27 |
Goffi |
widget handler: block carousel swiping when there is only one slide
|
2018-04-27 |
Goffi |
widget handler: refactoring:
|
2018-04-27 |
Goffi |
chat: replaced transfer button
|
2018-04-27 |
Goffi |
core: disabled Kivy's default behaviour of displaying settings on F1
|
2018-04-14 |
Goffi |
core (notifs): use white for notifications text
|
2018-04-14 |
Goffi |
core (common): use white for labels in JidItem
|
2018-04-14 |
Goffi |
chat: fixed OTR buttons size
|
2018-04-14 |
Goffi |
profile manager: removed images (use plain color instead), and changed colors
|
2018-04-14 |
Goffi |
core: fixed icon size hiding when notifs are reset + size adjust
|
2018-04-14 |
Goffi |
xmlui: use a black background
|
2018-04-14 |
Goffi |
core (common): renamed JidWidget to JidItem to avoid name conflict with XMLUI
|
2018-04-14 |
Goffi |
plugin chat: fixed dropdown:
|
2018-04-13 |
Goffi |
core: [esc] key handling is disabled (for now)
|
2018-04-13 |
Goffi |
core: kivy require is now 1.10.0
|
2018-04-13 |
Goffi |
core (android): service is now launched using pyjnius, as recommended in doc
|
2018-04-13 |
Goffi |
build (buildozer.spec): updated buildozer spec to build with new toolchain (and code evolution since last build)
|
2018-04-13 |
Goffi |
profile manager: fixed profileCreate bridge call
|
2018-04-13 |
Goffi |
plugin chat: layout change:
|
2018-04-13 |
Goffi |
core: label color fix following background color change
|
2018-04-06 |
Goffi |
plugin chat: removed spaces between widgets
|
2018-04-06 |
Goffi |
plugin chat: use new Symbol widget to display encryption button
|
2018-04-06 |
Goffi |
core (common): new Symbol widget:
|
2018-04-06 |
Goffi |
plugin chat: use bold for nicknames in messages headers
|
2018-04-06 |
Goffi |
plugin chat: draw a background for avatars
|
2018-04-06 |
Goffi |
core: changed default background color to white
|
2018-04-06 |
Goffi |
core (kv): new base.kv to handle default properties overriding on Kivy widgets
|
2018-04-06 |
Goffi |
xmlui: fixed missing whitelist argument
|
2018-04-06 |
Goffi |
README: added contribution URIs
|
2018-04-05 |
Goffi |
setup: proper setup.py:
|
2018-04-05 |
Goffi |
global file reorganisation:
|
2018-04-05 |
Goffi |
xmlui: added LabelContainer and updated XMLUIPanel following changes in main class
|
2017-02-23 |
Goffi |
profile manager: fixed profilesListGet bridge call following name change in bridge
|
2017-02-05 |
Goffi |
tranfer (gallery): changed name from photo to gallery
|
2017-02-01 |
Goffi |
chat: handle new OTR state signal and change encryption icon consequently
|
2017-01-31 |
Goffi |
chat: fixed file sending:
|
2017-01-31 |
Goffi |
chat: fixed OTR calls:
|
2017-01-31 |
Goffi |
buildozer: moved sat.conf in a specific dir (platform/android), so it's not used on desktop
|
2017-01-26 |
Goffi |
buildozer: added potr in requirements
|
2017-01-26 |
Goffi |
chat: OTR integration first draft:
|
2017-01-26 |
Goffi |
chat: message header is hidden for info messages
|
2017-01-26 |
Goffi |
CagouWidget: instances can now add their own extra widgets in header with headerInputAddExtra
|
2017-01-26 |
Goffi |
core (notifications): notification now grow in height with text size
|
2017-01-26 |
Goffi |
core (notifications), CagouWidget: a backround rectangle is drawned behind drop boxes
|
2017-01-26 |
Goffi |
core: changes menu bridge call, to follow backend
|
2017-01-15 |
Goffi |
chat: uploaded images are now sent with XHTML, so they are shown inline
|
2017-01-15 |
Goffi |
contact list: text entered in header input do filtering in shown contacts
|
2017-01-15 |
Goffi |
chat: added completion of header's input, any entity in cache containing the entered text is shown
|
2017-01-15 |
Goffi |
cagou widget: added onHeaderInputComplete method which is called when text is changed, and should be used for completion
|
2017-01-15 |
Goffi |
JidWidget: first draft
|
2017-01-15 |
Goffi |
moved SimpleXHTMLWidget to a dedicated module
|
2017-01-15 |
Goffi |
chat: avatar improvments:
|
2017-01-08 |
Goffi |
chat: added gettext call for hint_text in input
|
2017-01-08 |
Goffi |
chat: display delivery receipt (with a green check mark)
|
2017-01-05 |
Goffi |
chat: fixed bad size_hint setting on XHTML
|
2017-01-05 |
Goffi |
core (image): AsyncImage now handle file:// schema in source
|
2016-12-31 |
Goffi |
chat: added url detection on text messages
|
2016-12-29 |
Goffi |
xmlui: FileDialog first draft
|
2016-12-29 |
Goffi |
menu (upload): send transfer (i.e. P2P transfer) is now working
|
2016-12-29 |
Goffi |
menu (upload): better menu using dedicated widget:
|
2016-12-29 |
Goffi |
upload (voice): fixed crash on desktop
|
2016-12-27 |
Goffi |
upload: added voice plugin (for Android)
|
2016-12-26 |
Goffi |
upload: added android video app plugin
|
2016-12-26 |
Goffi |
upload: added android photo app plugin
|
2016-12-26 |
Goffi |
upload: added forgotten kv file for file upload
|
2016-12-25 |
Goffi |
use of cagou_profile_bleu as Cagou's main icon
|
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:
|