log src/cagou/core/cagou_main.py @ 110:34dfe0e32064

age author description
2016-12-29 Goffi menu (upload): better menu using dedicated widget:
2016-12-25 Goffi use of cagou_profile_bleu as Cagou's main icon
2016-12-25 Goffi core: kv files are not mandatory anymore for plugins
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-22 Goffi chat: file upload first draft:
2016-12-22 Goffi core: added forgotten platfom check in on_stop
2016-12-20 Goffi core: added a platform check in on_start:
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-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 android: android build first draft:
2016-12-04 Goffi core: bridge selection + improvments for android
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 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-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 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 widgets handler, core: hidden widgets can now be shown with swipes:
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