Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fix: updated taskwarrior naming convention to everywhere #409

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Getting Started

In order to use the mobile app, you would need the flood backend running on your local machine. There are several ways
you can do that and all these approaches can be found at [TaskWarrior-Flutter](https://github.com/CCExtractor/taskwarrior-flutter/wiki)
you can do that and all these approaches can be found at [Taskwarrior-Flutter](https://github.com/CCExtractor/taskwarrior-flutter/wiki)


## Steps
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TaskWarrior Mobile App
# Taskwarrior Mobile App


![Group 3](https://github.com/Pavel401/taskwarrior-flutter/assets/47685150/1ffb623b-b147-4176-9f7c-abda544b257c)
Expand Down Expand Up @@ -38,7 +38,7 @@

Taskwarrior is Free and Open Source Software that manages your TODO list from the command line.
It is flexible, fast, and unobtrusive. It does its job then gets out of your way. The CLI tool and other relevant documentation can be
found at [TaskWarrior](https://taskwarrior.org/download/).
found at [Taskwarrior](https://taskwarrior.org/download/).

This project aims to build an app for Taskwarrior. It is your task management app across all platforms. It helps you manage your tasks and filter them as per your needs.

Expand Down Expand Up @@ -253,4 +253,4 @@ Feel free to reach out if you encounter any issues.

[Mabud Alam](https://www.linkedin.com/in/mabud/)

Project Link: [TaskWarrior](https://github.com/CCExtractor/taskwarrior-flutter)
Project Link: [Taskwarrior](https://github.com/CCExtractor/taskwarrior-flutter)
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:label="TaskWarrior"
android:label="Taskwarrior"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/taskwarrior_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="16dp"
android:text="Task Warrior"
android:text="Taskwarrior"
android:textColor="#666666"
android:textSize="24sp"
android:textStyle="bold"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/app/services/notification_services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class NotificationService {
await _flutterLocalNotificationsPlugin
.zonedSchedule(
notificationId,
'Task Warrior Reminder',
'Taskwarrior Reminder',
isWait
? "Hey! Don't forget your task of $taskname"
: 'Hey! Your task of $taskname is still pending',
Expand Down
2 changes: 1 addition & 1 deletion lib/app/utils/language/bengali_sentences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class BengaliSentences extends Sentences {

@override
String get taskchampionTileDescription =>
'TaskWarrior সিঙ্কিং CCSync বা Taskchampion সিঙ্ক সার্ভারে পরিবর্তন করুন';
'Taskwarrior সিঙ্কিং CCSync বা Taskchampion সিঙ্ক সার্ভারে পরিবর্তন করুন';

@override
String get taskchampionTileTitle => 'Taskchampion সিঙ্ক';
Expand Down
4 changes: 2 additions & 2 deletions lib/app/utils/language/english_sentences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class EnglishSentences extends Sentences {
String get settingsPageSelectDirectoryTitle => 'Select the directory';
@override
String get settingsPageSelectDirectoryDescription =>
'Select the directory where the TaskWarrior data is stored\nCurrent directory: ';
'Select the directory where the Taskwarrior data is stored\nCurrent directory: ';
@override
String get settingsPageChangeDirectory => 'Change Directory';
@override
Expand Down Expand Up @@ -190,7 +190,7 @@ class EnglishSentences extends Sentences {

@override
String get taskchampionTileDescription =>
'Switch to TaskWarrior sync with CCSync or Taskchampion Sync Server';
'Switch to Taskwarrior sync with CCSync or Taskchampion Sync Server';
@override
String get taskchampionTileTitle => 'Taskchampion sync';

Expand Down
4 changes: 2 additions & 2 deletions lib/app/utils/language/french_sentences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class FrenchSentences extends Sentences {
String get settingsPageSelectDirectoryTitle => 'Choisir un répertoire';
@override
String get settingsPageSelectDirectoryDescription =>
'Choisissez le répertoire où les données TaskWarrior sont stockées\nRépertoire actuel : ';
'Choisissez le répertoire où les données Taskwarrior sont stockées\nRépertoire actuel : ';
@override
String get settingsPageChangeDirectory => 'Changer de répertoire';
@override
Expand Down Expand Up @@ -193,7 +193,7 @@ class FrenchSentences extends Sentences {

@override
String get taskchampionTileDescription =>
'Basculez la synchronisation de TaskWarrior vers le serveur de synchronisation CCSync ou Taskchampion';
'Basculez la synchronisation de Taskwarrior vers le serveur de synchronisation CCSync ou Taskchampion';

@override
String get taskchampionTileTitle => 'Synchronisation Taskchampion';
Expand Down
4 changes: 2 additions & 2 deletions lib/app/utils/language/hindi_sentences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class HindiSentences extends Sentences {
String get settingsPageSelectDirectoryTitle => 'निर्देशिका चुनें';
@override
String get settingsPageSelectDirectoryDescription =>
'निर्देशिका चुनें जहां TaskWarrior डेटा स्टोर होता है\nवर्तमान निर्देशिका: ';
'निर्देशिका चुनें जहां Taskwarrior डेटा स्टोर होता है\nवर्तमान निर्देशिका: ';
@override
String get settingsPageChangeDirectory => 'निर्देशिका बदलें';
@override
Expand Down Expand Up @@ -191,7 +191,7 @@ class HindiSentences extends Sentences {

@override
String get taskchampionTileDescription =>
'CCSync या Taskchampion सिंक सर्वर के साथ TaskWarrior सिंक पर स्विच करें';
'CCSync या Taskchampion सिंक सर्वर के साथ Taskwarrior सिंक पर स्विच करें';

@override
String get taskchampionTileTitle => 'Taskchampion सिंक';
Expand Down
4 changes: 2 additions & 2 deletions lib/app/utils/language/marathi_sentences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class MarathiSentences extends Sentences {
String get settingsPageSelectDirectoryTitle => 'निर्देशिका निवडा';
@override
String get settingsPageSelectDirectoryDescription =>
'निर्देशिका निवडा जिथे TaskWarrior डेटा स्टोर केला जातो\nवर्तमान निर्देशिका: ';
'निर्देशिका निवडा जिथे Taskwarrior डेटा स्टोर केला जातो\nवर्तमान निर्देशिका: ';
@override
String get settingsPageChangeDirectory => 'डिरेक्टरी बदला';
@override
Expand Down Expand Up @@ -190,7 +190,7 @@ class MarathiSentences extends Sentences {

@override
String get taskchampionTileDescription =>
'CCSync किंवा Taskchampion Sync Server सह TaskWarrior सिंक वर स्विच करा';
'CCSync किंवा Taskchampion Sync Server सह Taskwarrior सिंक वर स्विच करा';

@override
String get taskchampionTileTitle => 'Taskchampion सिंक';
Expand Down
4 changes: 2 additions & 2 deletions lib/app/utils/language/spanish_sentences.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class SpanishSentences extends Sentences {
String get settingsPageSelectDirectoryTitle => 'Seleccionar directorio';
@override
String get settingsPageSelectDirectoryDescription =>
'Selecciona el directorio donde se almacenan los datos de TaskWarrior\nDirectorio actual: ';
'Selecciona el directorio donde se almacenan los datos de Taskwarrior\nDirectorio actual: ';
@override
String get settingsPageChangeDirectory => 'Cambiar directorio';
@override
Expand Down Expand Up @@ -192,7 +192,7 @@ class SpanishSentences extends Sentences {

@override
String get taskchampionTileDescription =>
'Cambia la sincronización de TaskWarrior al servidor de sincronización CCSync o Taskchampion';
'Cambia la sincronización de Taskwarrior al servidor de sincronización CCSync o Taskchampion';

@override
String get taskchampionTileTitle => 'Sincronización Taskchampion';
Expand Down
Loading