-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1101 from alainm23/develop
Release 4.4
- Loading branch information
Showing
111 changed files
with
10,115 additions
and
7,301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,12 @@ namespace Constants { | |
public const int PRIORITY_2 = 3; | ||
public const int PRIORITY_3 = 2; | ||
public const int PRIORITY_4 = 1; | ||
public const int SCROLL_STEPS = 6; | ||
public const string TWITTER_URL = "https://twitter.com/useplanify"; | ||
public const string CONTACT_US = "[email protected]"; | ||
public const string TELEGRAM_GROUP = "https://t.me/+cArNTCbdT3xmOTcx"; | ||
public const string PATREON_URL = "https://www.patreon.com/join/alainm23"; | ||
public const string PAYPAL_ME_URL = "https://www.paypal.com/paypalme/alainm23"; | ||
public const string LIBERAPAY_URL = "https://liberapay.com/Alain/"; | ||
public const string KOFI_URL = "https://ko-fi.com/alainm23"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -270,3 +270,8 @@ public enum PickerType { | |
} | ||
} | ||
} | ||
|
||
public enum NewTaskPosition { | ||
TOP = 0, | ||
BOTTOM = 1, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.