Update Email and urls
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
90535526e8
commit
37726bbf84
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ The implementation is still a bit basic but it generally works pretty well.
|
|||
|
||||
## How can I get this?
|
||||
|
||||
Builds will be uploaded in the [Releases](https://git.baalajimaestro.me/baalajimaestro/NewPipe/releases) section. Please download the APK from the newest release and install it on your device.
|
||||
Builds will be uploaded in the [Releases](https://git.ptr.moe/baalajimaestro/NewPipe/releases) section. Please download the APK from the newest release and install it on your device.
|
||||
|
||||
## Why isn't this in upstream NewPipe?
|
||||
[The developer team](https://github.com/TeamNewPipe) behind the official NewPipe decided that they do not want to include these kinds of functionality in their app. See https://newpipe.schabi.org/blog/pinned/newpipe-and-online-advertising/, https://github.com/TeamNewPipe/NewPipe/pull/3205, and https://github.com/TeamNewPipe/NewPipe/issues/7469 for more information and discussion.
|
||||
|
|
|
@ -64,11 +64,11 @@ public class ErrorActivity extends AppCompatActivity {
|
|||
// BUNDLE TAGS
|
||||
public static final String ERROR_INFO = "error_info";
|
||||
|
||||
public static final String ERROR_EMAIL_ADDRESS = "me@baalajimaestro.me";
|
||||
public static final String ERROR_EMAIL_ADDRESS = "newpipesponsorblock@aol.com";
|
||||
public static final String ERROR_EMAIL_SUBJECT = "Exception in ";
|
||||
|
||||
public static final String ERROR_GITHUB_ISSUE_URL =
|
||||
"https://git.baalajimaestro.me/baalajimaestro/NewPipe";
|
||||
"https://git.ptr.moe/baalajimaestro/NewPipe";
|
||||
|
||||
public static final DateTimeFormatter CURRENT_TIMESTAMP_FORMATTER =
|
||||
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");
|
||||
|
|
Loading…
Reference in a new issue