-
-
Notifications
You must be signed in to change notification settings - Fork 880
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,9 @@ const String sentryDSN = | |
"https://[email protected]/9"; | ||
const String sentryTunnel = "https://sentry-reporter.ente.io"; | ||
const String roadmapURL = "https://roadmap.ente.io"; | ||
const String githubIssuesUrl = | ||
"https://github.com/ente-io/ente/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc"; | ||
|
||
const String githubFeatureRequestUrl = | ||
"https://github.com/ente-io/ente/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+requests%22+label%3A%22-+auth%22+sort%3Atop"; | ||
const int microSecondsInDay = 86400000000; | ||
const int android11SDKINT = 30; | ||
const int galleryLoadStartTime = -8000000000000000; // Wednesday, March 6, 1748 | ||
|
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