log

age author description
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: