Nathan Bonnemains
Nathan Bonnemains
Translating `appdata.xml` file will help people to know about your app in the AppCenter. For example mostly French users won't download the app if it's description is in English, 'cause...
16x16, 24x24 and 128x128 icons are missing. Because of this the AppCenter icon is blurred.
Some icons are missing, you should add the 16x16 and the 24x24 icon sizes as recommended by the [elementary HIG](https://elementary.io/fr/docs/human-interface-guidelines#size).
There are some Warnings on building from source, you have to create a header file in order to declare the `g_signal_emit_by_name` function and add this header to the `meson.build` configuration...
16x16, 24x24 and 128x128 icons are missing
You should take a look on this, some features you're using are deprecated: ```bash [1/13] Compiling Vala source ../src/Widgets/WebItem.vala .....ttings.vala ../src/MainWindow.vala ../src/Application.vala. ../src/Widgets/Browser.vala:75.36-75.62: warning: Gtk.CssProvider.get_default has been deprecated since 3.24...
When pressing the "Back" button in the reminder edit view. You're redirecting to the welcome view. Actually I think you should redirect to the reminders list instead.
I added some stations to favourites before that you changed the favourite system with the json file. But now I can't remove them from favourites and when I add them...
What about adding filters to the search results page (for advanced search) and to the favourites page? It could be useful to filter by genre or country.
Maybe you have to fix this: ```bash ../src/MainWindow.vala:101.26-101.40: warning: Gtk.Dialog.get_action_area has been deprecated since 3.12 ```