log

age author description
Sat, 28 Apr 2018 10:57:17 +0200 Goffi widget handler: don't set split delete mode if there is not top/left widget
Sat, 28 Apr 2018 10:43:54 +0200 Goffi xmlui: fixes:
Sat, 28 Apr 2018 08:57:51 +0200 Goffi core (cagou widget): return parent value in on_touch_down
Sat, 28 Apr 2018 08:57:04 +0200 Goffi contact list: fixed avatar stretching
Fri, 27 Apr 2018 17:36:02 +0200 Goffi chat: added __unicode__ and __str__
Fri, 27 Apr 2018 16:46:58 +0200 Goffi widget handler: block carousel swiping when there is only one slide
Fri, 27 Apr 2018 16:45:09 +0200 Goffi widget handler: refactoring:
Fri, 27 Apr 2018 16:37:15 +0200 Goffi chat: replaced transfer button
Fri, 27 Apr 2018 16:35:53 +0200 Goffi core: disabled Kivy's default behaviour of displaying settings on F1
Sat, 14 Apr 2018 20:10:19 +0200 Goffi core (notifs): use white for notifications text
Sat, 14 Apr 2018 20:06:37 +0200 Goffi core (common): use white for labels in JidItem
Sat, 14 Apr 2018 20:05:52 +0200 Goffi chat: fixed OTR buttons size
Sat, 14 Apr 2018 19:40:13 +0200 Goffi profile manager: removed images (use plain color instead), and changed colors
Sat, 14 Apr 2018 19:29:09 +0200 Goffi core: fixed icon size hiding when notifs are reset + size adjust
Sat, 14 Apr 2018 16:36:29 +0200 Goffi xmlui: use a black background
Sat, 14 Apr 2018 16:35:59 +0200 Goffi core (common): renamed JidWidget to JidItem to avoid name conflict with XMLUI
Sat, 14 Apr 2018 16:02:54 +0200 Goffi plugin chat: fixed dropdown:
Fri, 13 Apr 2018 19:29:35 +0200 Goffi core: [esc] key handling is disabled (for now)
Fri, 13 Apr 2018 19:23:59 +0200 Goffi core: kivy require is now 1.10.0
Fri, 13 Apr 2018 18:58:14 +0200 Goffi core (android): service is now launched using pyjnius, as recommended in doc
Fri, 13 Apr 2018 18:58:11 +0200 Goffi build (buildozer.spec): updated buildozer spec to build with new toolchain (and code evolution since last build)
Fri, 13 Apr 2018 18:57:18 +0200 Goffi profile manager: fixed profileCreate bridge call
Fri, 13 Apr 2018 18:57:05 +0200 Goffi plugin chat: layout change:
Fri, 13 Apr 2018 18:57:04 +0200 Goffi core: label color fix following background color change
Fri, 06 Apr 2018 16:13:08 +0200 Goffi plugin chat: removed spaces between widgets
Fri, 06 Apr 2018 16:13:08 +0200 Goffi plugin chat: use new Symbol widget to display encryption button
Fri, 06 Apr 2018 16:13:08 +0200 Goffi core (common): new Symbol widget:
Fri, 06 Apr 2018 16:13:08 +0200 Goffi plugin chat: use bold for nicknames in messages headers
Fri, 06 Apr 2018 16:13:08 +0200 Goffi plugin chat: draw a background for avatars
Fri, 06 Apr 2018 16:12:58 +0200 Goffi core: changed default background color to white
Fri, 06 Apr 2018 16:12:14 +0200 Goffi core (kv): new base.kv to handle default properties overriding on Kivy widgets
Fri, 06 Apr 2018 16:11:00 +0200 Goffi xmlui: fixed missing whitelist argument
Fri, 06 Apr 2018 16:10:58 +0200 Goffi README: added contribution URIs
Thu, 05 Apr 2018 18:47:02 +0200 Goffi setup: proper setup.py:
Thu, 05 Apr 2018 17:11:21 +0200 Goffi global file reorganisation:
Thu, 05 Apr 2018 15:59:50 +0200 Goffi xmlui: added LabelContainer and updated XMLUIPanel following changes in main class
Thu, 23 Feb 2017 07:30:37 +0100 Goffi profile manager: fixed profilesListGet bridge call following name change in bridge
Sun, 05 Feb 2017 20:44:01 +0100 Goffi tranfer (gallery): changed name from photo to gallery
Wed, 01 Feb 2017 21:47:16 +0100 Goffi chat: handle new OTR state signal and change encryption icon consequently
Tue, 31 Jan 2017 23:11:49 +0100 Goffi chat: fixed file sending:
Tue, 31 Jan 2017 22:51:29 +0100 Goffi chat: fixed OTR calls:
Tue, 31 Jan 2017 22:32:31 +0100 Goffi buildozer: moved sat.conf in a specific dir (platform/android), so it's not used on desktop
Thu, 26 Jan 2017 22:14:21 +0100 Goffi buildozer: added potr in requirements
Thu, 26 Jan 2017 20:39:35 +0100 Goffi chat: OTR integration first draft:
Thu, 26 Jan 2017 20:39:32 +0100 Goffi chat: message header is hidden for info messages
Thu, 26 Jan 2017 20:39:29 +0100 Goffi CagouWidget: instances can now add their own extra widgets in header with headerInputAddExtra
Thu, 26 Jan 2017 20:39:18 +0100 Goffi core (notifications): notification now grow in height with text size
Thu, 26 Jan 2017 20:39:15 +0100 Goffi core (notifications), CagouWidget: a backround rectangle is drawned behind drop boxes
Thu, 26 Jan 2017 20:39:07 +0100 Goffi core: changes menu bridge call, to follow backend
Sun, 15 Jan 2017 23:52:28 +0100 Goffi chat: uploaded images are now sent with XHTML, so they are shown inline
Sun, 15 Jan 2017 21:21:32 +0100 Goffi contact list: text entered in header input do filtering in shown contacts
Sun, 15 Jan 2017 21:21:29 +0100 Goffi chat: added completion of header's input, any entity in cache containing the entered text is shown
Sun, 15 Jan 2017 21:21:25 +0100 Goffi cagou widget: added onHeaderInputComplete method which is called when text is changed, and should be used for completion
Sun, 15 Jan 2017 21:21:22 +0100 Goffi JidWidget: first draft
Sun, 15 Jan 2017 21:21:20 +0100 Goffi moved SimpleXHTMLWidget to a dedicated module
Sun, 15 Jan 2017 18:02:53 +0100 Goffi chat: avatar improvments:
Mon, 09 Jan 2017 00:47:03 +0100 Goffi chat: added gettext call for hint_text in input
Mon, 09 Jan 2017 00:46:59 +0100 Goffi chat: display delivery receipt (with a green check mark)
Thu, 05 Jan 2017 20:36:41 +0100 Goffi chat: fixed bad size_hint setting on XHTML
Thu, 05 Jan 2017 20:36:40 +0100 Goffi core (image): AsyncImage now handle file:// schema in source