about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update Android infoRicky Kresslein2024-06-061-1/+2
|
* Update windows infoRicky Kresslein2024-06-051-3/+4
|
* Update ignoreRicky Kresslein2024-06-051-0/+1
|
* Update macOS/iOS detailsRicky Kresslein2024-06-055-1/+2
|
* Merge pull request #141 from eugenescodes/update_gnome_runtime_to_46Ricky Kresslein2024-04-304-6/+6
|\ | | | | Update GNOME runtime to 46
| * update gnome runtime to 46Eugene2024-04-304-6/+6
|/
* Merge pull request #137 from yakushabb/fix-trLakoLiu2024-04-221-17/+17
|\ | | | | appdata: `translate=no` properties
| * appdata: `translate=no` propertiesSabri Ünal2024-03-301-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears that the appstream project no longer supports `translatable=no` properties, and gettext extract the `translatable=no` marked strings as translatable. I opened an issue to inform about the situation, but `translatable=no` properties are not accepted by developers. You can find the issue here: https://github.com/ximion/appstream/issues/623 **Please test your script or string extraction process before merging this PR.** > In MetaInfo files, each individual paragraph of a description > (or enumerated entry) is translated individually, however, > you can only exclude the complete block from being translated > by adding `translate="no"` to the description element. Source: https://freedesktop.org/software/appstream/docs/sect-Quickstart-Translation.html
* | Merge pull request #134 from weblate/weblate-furtherance-translationsRicky Kresslein2024-04-221-9/+10
|\ \ | |/ |/| Translations update from Hosted Weblate
| * Translated using Weblate (Dutch)Philip Goto2024-03-171-9/+10
| | | | | | | | | | | | | | Currently translated at 100.0% (105 of 105 strings) Translation: Furtherance/Translations Translate-URL: https://hosted.weblate.org/projects/furtherance/translations/nl/
* | Merge pull request #136 from yakushabb/patch-1Ricky Kresslein2024-03-261-1/+1
|\ \ | |/ |/| appdata: Use rdns developer ID
| * appdata: Use rdns developer IDSabri Ünal2024-03-261-1/+1
|/ | | | | | | | | "A developer tag with a name child tag must be present. Only one developer tag is allowed and the name tag also must be present only once in untranslated form. <developer id="tld.vendor"> <name>Developer name</name> </developer>" More information: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#name-summary-and-developer-name
* Merge pull request #129 from gabrbrand/adw-1-4LakoLiu2024-02-133-166/+104
|\ | | | | Port to libadwaita 1.4 widgets
| * Update access keysGabriel Brand2024-02-122-36/+40
| |
| * Port to libadwaita 1.4 widgetsGabriel Brand2024-02-113-134/+68
| |
* | Merge pull request #131 from gabrbrand/appdataLakoLiu2024-02-121-18/+21
|\ \ | |/ |/| Update appdata
| * Update appdataGabriel Brand2024-02-111-18/+21
|/
* Update gtk4 and libadwaita to latestRicky Kresslein2024-02-102-28/+96
|
* Update to 1.8.3 and update translation fileRicky Kresslein2024-02-055-48/+41
|
* Fix bug causing app to crash when restarting a completed Pomodoro taskRicky Kresslein2024-02-052-4/+6
|
* Merge pull request #124 from weblate/weblate-furtherance-translationsLakoLiu2024-01-091-115/+119
|\ | | | | Translations update from Hosted Weblate
| * Translated using Weblate (Portuguese)ssantos2024-01-071-115/+119
| | | | | | | | | | | | | | Currently translated at 99.4% (172 of 173 strings) Translation: Furtherance/Translations Translate-URL: https://hosted.weblate.org/projects/furtherance/translations/pt/
* | Merge pull request #123 from sabriunal/fix-appdataLakoLiu2024-01-095-401/+216
|\ \ | |/ |/| Appdata and translation related pathces
| * po: Update Turkish translationSabri Ünal2024-01-061-231/+188
| |
| * po: Update the POT fileSabri Ünal2024-01-061-155/+11
| |
| * po: Update POTFILESSabri Ünal2024-01-061-0/+2
| | | | | | | | - Add missing files
| * appdata: Update appdataSabri Ünal2024-01-062-15/+15
|/ | | | | - Mark release descriptions as untranslatable - Mark the developer name as untranslatable
* Merge pull request #122 from gabrbrand/mainLakoLiu2023-12-211-84/+101
|\ | | | | po: Update de.po
| * po: Update de.poGabriel Brand2023-12-171-84/+101
|/
* Update translation fileRicky Kresslein2023-10-151-84/+101
|
* Update to version 1.8.2Ricky Kresslein2023-10-153-2/+10
|
* Remove gettext translation from copyrightRicky Kresslein2023-10-151-1/+1
|
* Update deprecated style context codeRicky Kresslein2023-10-151-1/+1
|
* Remove unused variableRicky Kresslein2023-10-151-1/+1
|
* Fix autocomplete preference bugsRicky Kresslein2023-10-152-4/+20
|
* Add preference to toggle autocompleteRicky Kresslein2023-10-154-5/+37
|
* No longer show '#' for an empty tag in autocompleteRicky Kresslein2023-10-151-1/+5
|
* Fix autocomplete drop-down stays after pressing startRicky Kresslein2023-10-151-5/+16
|
* Update emailRicky Kresslein2023-10-141-1/+1
|
* Update GTK and libadwaita versionsRicky Kresslein2023-10-143-82/+98
|
* Update Gnome runtime to 45Ricky Kresslein2023-10-1415-2/+14
|
* Merge pull request #118 from jlledom/autocompleteLakoLiu2023-10-132-2/+65
|\ | | | | Implement task name autocompletion
| * Implement search by tag listJoan Lledó2023-09-302-15/+21
| |
| * Error management for `update_list_model()`Joan Lledó2023-09-301-4/+4
| |
| * Add autocomplete popupJoan Lledó2023-09-301-1/+29
| |
| * DB Query: order by nameJoan Lledó2023-09-301-1/+1
| | | | | | | | So the dedup method works properly
| * Rename get_list_by_nameJoan Lledó2023-09-301-1/+1
| |
| * Implement ToString trait for TaskJoan Lledó2023-09-301-0/+6
| |
| * Query DB by task nameJoan Lledó2023-09-301-0/+23
|/
* Merge pull request #116 from weblate/weblate-furtherance-translationsLakoLiu2023-07-131-10/+11
|\ | | | | French translation update from Hosted Weblate