mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 10:49:42 +02:00
Changes for dandelion
This commit is contained in:
parent
3a4f41f758
commit
bea1a83f90
33 changed files with 107 additions and 44 deletions
|
@ -904,7 +904,7 @@ public class MainActivity extends ThemedActivity
|
|||
String body = WebHelper.replaceUrlWithMarkdown(sharedBody);
|
||||
if (appSettings.isAppendSharedViaApp()) {
|
||||
AppLog.v(this, "Append app reference to shared text");
|
||||
body = body + "\n\n" + getString(R.string.shared_by_diaspora_android);
|
||||
body = body + "\n\n" + getString(R.string.shared_via_app);
|
||||
}
|
||||
final String escapedBody = WebHelper.escapeHtmlText(body);
|
||||
if (sharedSubject != null) {
|
||||
|
|
|
@ -55,7 +55,7 @@ public class UpdateTitleReceiver extends BroadcastReceiver {
|
|||
if (subUrl.startsWith(DiasporaUrlHelper.SUBURL_STREAM)) {
|
||||
setTitle(R.string.nav_stream);
|
||||
} else if (subUrl.startsWith(DiasporaUrlHelper.SUBURL_POSTS)) {
|
||||
setTitle(R.string.diaspora);
|
||||
setTitle(R.string.app_name);
|
||||
} else if (subUrl.startsWith(DiasporaUrlHelper.SUBURL_NOTIFICATIONS)) {
|
||||
setTitle(R.string.notifications);
|
||||
} else if (subUrl.startsWith(DiasporaUrlHelper.SUBURL_CONVERSATIONS)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue