mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Fixed pod displaying pod domain/name in debug fragment and fixed diaspora markdown link
This commit is contained in:
parent
d8a3e029b1
commit
fd05370280
10 changed files with 25 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
||||||
# v0.1.7 wip
|
# v0.2.0
|
||||||
- Added: Custom Theme Colors!
|
- Added: Customizable Theme Colors!
|
||||||
|
- Improved account setup with easy tor hidden service configuration
|
||||||
- Eye candy for the settings activity
|
- Eye candy for the settings activity
|
||||||
- Added: "Contacts" shortcut in the navigation slider
|
- Added: "Contacts" shortcut in the navigation slider
|
||||||
- Increased the overall performance by using Fragments
|
- Increased the overall performance by using Fragments
|
||||||
- Improved account setup with easy tor hidden service configuration
|
|
||||||
- Lots of bugfixes
|
- Lots of bugfixes
|
||||||
- Fixes for the bugfixes!
|
- Fixes for the bugfixes!
|
||||||
|
|
||||||
|
|
|
@ -296,7 +296,10 @@ public class AboutActivity extends ThemedActivity
|
||||||
@BindView(R.id.fragment_debug__device_name)
|
@BindView(R.id.fragment_debug__device_name)
|
||||||
TextView deviceName;
|
TextView deviceName;
|
||||||
|
|
||||||
@BindView(R.id.fragment_debug__pod_domain)
|
@BindView(R.id.fragment_debug__account_profile_name)
|
||||||
|
TextView podName;
|
||||||
|
|
||||||
|
@BindView(R.id.fragment_debug__account_profile_domain)
|
||||||
TextView podDomain;
|
TextView podDomain;
|
||||||
|
|
||||||
@BindView(R.id.fragment_debug__log_box)
|
@BindView(R.id.fragment_debug__log_box)
|
||||||
|
@ -338,9 +341,9 @@ public class AboutActivity extends ThemedActivity
|
||||||
|
|
||||||
osVersion.setText(getString(R.string.fragment_debug__android_version, Build.VERSION.RELEASE));
|
osVersion.setText(getString(R.string.fragment_debug__android_version, Build.VERSION.RELEASE));
|
||||||
deviceName.setText(getString(R.string.fragment_debug__device_name, Build.MANUFACTURER + " " + Build.MODEL));
|
deviceName.setText(getString(R.string.fragment_debug__device_name, Build.MANUFACTURER + " " + Build.MODEL));
|
||||||
podDomain.setText(getString(R.string.fragment_debug__pod_domain, urls.getPodUrl()));
|
|
||||||
if (app.getSettings().getPod() != null) {
|
if (app.getSettings().getPod() != null) {
|
||||||
podDomain.setText(getString(R.string.fragment_debug__pod_domain, app.getSettings().getPod().getName()));
|
podDomain.setText(getString(R.string.fragment_debug__pod_profile_url, app.getSettings().getPod().getPodUrl()));
|
||||||
|
podName.setText(getString(R.string.fragment_debug__pod_profile_name, app.getSettings().getPod().getName()));
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (PackageManager.NameNotFoundException e) {
|
} catch (PackageManager.NameNotFoundException e) {
|
||||||
|
|
|
@ -64,7 +64,12 @@
|
||||||
android:text="@string/fragment_debug__section_pod" />
|
android:text="@string/fragment_debug__section_pod" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/fragment_debug__pod_domain"
|
android:id="@+id/fragment_debug__account_profile_name"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/fragment_debug__account_profile_domain"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content" />
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<string name="fragment_debug__package_name">Paketname: %1$s</string>
|
<string name="fragment_debug__package_name">Paketname: %1$s</string>
|
||||||
<string name="fragment_debug__android_version">Android Version: %1$s</string>
|
<string name="fragment_debug__android_version">Android Version: %1$s</string>
|
||||||
<string name="fragment_debug__device_name">Gerätename: %1$s</string>
|
<string name="fragment_debug__device_name">Gerätename: %1$s</string>
|
||||||
<string name="fragment_debug__pod_domain">Pod-Adresse: %1$s</string>
|
<string name="fragment_debug__pod_profile_url">Pod-Adresse: %1$s</string>
|
||||||
<string name="fragment_debug__toast_log_copied">Debug-Protokoll in Zwischenablage kopiert</string>
|
<string name="fragment_debug__toast_log_copied">Debug-Protokoll in Zwischenablage kopiert</string>
|
||||||
<string name="fragment_license__3rd_party_libs_title">Verwendete Drittanbieter-Bibliotheken</string>
|
<string name="fragment_license__3rd_party_libs_title">Verwendete Drittanbieter-Bibliotheken</string>
|
||||||
<!-- About (large amount of text) -->
|
<!-- About (large amount of text) -->
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<string name="fragment_debug__package_name">Nom du paquet : %1$s</string>
|
<string name="fragment_debug__package_name">Nom du paquet : %1$s</string>
|
||||||
<string name="fragment_debug__android_version">Version Android : %1$s</string>
|
<string name="fragment_debug__android_version">Version Android : %1$s</string>
|
||||||
<string name="fragment_debug__device_name">Nom de l\'appareil : %1$s</string>
|
<string name="fragment_debug__device_name">Nom de l\'appareil : %1$s</string>
|
||||||
<string name="fragment_debug__pod_domain">Adresse du pod : %1$s</string>
|
<string name="fragment_debug__pod_profile_url">Adresse du pod : %1$s</string>
|
||||||
<string name="fragment_debug__toast_log_copied">Journal de débogage copié dans le presse-papiers</string>
|
<string name="fragment_debug__toast_log_copied">Journal de débogage copié dans le presse-papiers</string>
|
||||||
<string name="fragment_license__3rd_party_libs_title">Bibliothèques tierces utilisées</string>
|
<string name="fragment_license__3rd_party_libs_title">Bibliothèques tierces utilisées</string>
|
||||||
<!-- About (large amount of text) -->
|
<!-- About (large amount of text) -->
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<string name="fragment_debug__package_name">Nome pacchetto: %1$s</string>
|
<string name="fragment_debug__package_name">Nome pacchetto: %1$s</string>
|
||||||
<string name="fragment_debug__android_version">Versione Android: %1$s</string>
|
<string name="fragment_debug__android_version">Versione Android: %1$s</string>
|
||||||
<string name="fragment_debug__device_name">Nome dispositivo: %1$s</string>
|
<string name="fragment_debug__device_name">Nome dispositivo: %1$s</string>
|
||||||
<string name="fragment_debug__pod_domain">Dominio pod: %1$s</string>
|
<string name="fragment_debug__pod_profile_url">Dominio pod: %1$s</string>
|
||||||
<string name="fragment_debug__toast_log_copied">Log di debug copiato negli appunti</string>
|
<string name="fragment_debug__toast_log_copied">Log di debug copiato negli appunti</string>
|
||||||
<string name="fragment_license__3rd_party_libs_title">Librerie di terze parti usate</string>
|
<string name="fragment_license__3rd_party_libs_title">Librerie di terze parti usate</string>
|
||||||
<!-- About (large amount of text) -->
|
<!-- About (large amount of text) -->
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<string name="fragment_debug__package_name">パッケージ名: %1$s</string>
|
<string name="fragment_debug__package_name">パッケージ名: %1$s</string>
|
||||||
<string name="fragment_debug__android_version">Android バージョン: %1$s</string>
|
<string name="fragment_debug__android_version">Android バージョン: %1$s</string>
|
||||||
<string name="fragment_debug__device_name">デバイス名: %1$s</string>
|
<string name="fragment_debug__device_name">デバイス名: %1$s</string>
|
||||||
<string name="fragment_debug__pod_domain">ポッドドメイン: %1$s</string>
|
<string name="fragment_debug__pod_profile_url">ポッドドメイン: %1$s</string>
|
||||||
<string name="fragment_debug__toast_log_copied">デバッグログをクリップボードにコピーしました</string>
|
<string name="fragment_debug__toast_log_copied">デバッグログをクリップボードにコピーしました</string>
|
||||||
<string name="fragment_license__3rd_party_libs_title">使用したサードパーティ ライブラリー</string>
|
<string name="fragment_license__3rd_party_libs_title">使用したサードパーティ ライブラリー</string>
|
||||||
<!-- About (large amount of text) -->
|
<!-- About (large amount of text) -->
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<string name="fragment_debug__section_pod">ഡയസ്പോറ പോഡ്</string>
|
<string name="fragment_debug__section_pod">ഡയസ്പോറ പോഡ്</string>
|
||||||
<string name="fragment_debug__app_version">പ്രയോഗത്തിന്റെ പതിപ്പ്:%1$s</string>
|
<string name="fragment_debug__app_version">പ്രയോഗത്തിന്റെ പതിപ്പ്:%1$s</string>
|
||||||
<string name="fragment_debug__package_name">പാക്കേജിന്റെ പേര്:%1$s</string>
|
<string name="fragment_debug__package_name">പാക്കേജിന്റെ പേര്:%1$s</string>
|
||||||
<string name="fragment_debug__pod_domain">പോഡിന്റെ അഡ്രസ്:%1$s</string>
|
<string name="fragment_debug__pod_profile_url">പോഡിന്റെ അഡ്രസ്:%1$s</string>
|
||||||
<string name="fragment_license__3rd_party_libs_title">മൂന്നാം കക്ഷി ലൈബ്രറികൾ ഉപയോഗിച്ചിട്ടുണ്ട്</string>
|
<string name="fragment_license__3rd_party_libs_title">മൂന്നാം കക്ഷി ലൈബ്രറികൾ ഉപയോഗിച്ചിട്ടുണ്ട്</string>
|
||||||
<!-- About (large amount of text) -->
|
<!-- About (large amount of text) -->
|
||||||
<!-- Lorem ipsum -->
|
<!-- Lorem ipsum -->
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<string name="fragment_debug__section_app">Aplicação</string>
|
<string name="fragment_debug__section_app">Aplicação</string>
|
||||||
<string name="fragment_debug__section_pod">Diaspora Pod</string>
|
<string name="fragment_debug__section_pod">Diaspora Pod</string>
|
||||||
<string name="fragment_debug__app_version">Versão do App: %1$s</string>
|
<string name="fragment_debug__app_version">Versão do App: %1$s</string>
|
||||||
<string name="fragment_debug__pod_domain">Vagem de domínio: %1$s</string>
|
<string name="fragment_debug__pod_profile_url">Vagem de domínio: %1$s</string>
|
||||||
<!-- About (large amount of text) -->
|
<!-- About (large amount of text) -->
|
||||||
<!-- Lorem ipsum -->
|
<!-- Lorem ipsum -->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -19,7 +19,9 @@
|
||||||
<string name="fragment_debug__package_name">Package Name: %1$s</string>
|
<string name="fragment_debug__package_name">Package Name: %1$s</string>
|
||||||
<string name="fragment_debug__android_version">Android Version: %1$s</string>
|
<string name="fragment_debug__android_version">Android Version: %1$s</string>
|
||||||
<string name="fragment_debug__device_name">Device Name: %1$s</string>
|
<string name="fragment_debug__device_name">Device Name: %1$s</string>
|
||||||
<string name="fragment_debug__pod_domain">Pod Domain: %1$s</string>
|
<string name="fragment_debug__app_codename">Codename: %1$s</string>
|
||||||
|
<string name="fragment_debug__pod_profile_name">Pod Profile Name: %1$s</string>
|
||||||
|
<string name="fragment_debug__pod_profile_url">Pod Domain: %1$s</string>
|
||||||
<string name="fragment_debug__toast_log_copied">Debug log copied to clipboard</string>
|
<string name="fragment_debug__toast_log_copied">Debug log copied to clipboard</string>
|
||||||
<string name="fragment_license__3rd_party_libs_title">Used 3rd Party Libraries</string>
|
<string name="fragment_license__3rd_party_libs_title">Used 3rd Party Libraries</string>
|
||||||
|
|
||||||
|
@ -29,7 +31,7 @@
|
||||||
DiasporaForAndroid is your companion app for browsing the Diaspora social network. It adds features like useful toolbars and support for proxy servers like the Tor Network to your social experience. <br><br>
|
DiasporaForAndroid is your companion app for browsing the Diaspora social network. It adds features like useful toolbars and support for proxy servers like the Tor Network to your social experience. <br><br>
|
||||||
|
|
||||||
Diaspora uses Markdown to format posts. You can find more information at<br>
|
Diaspora uses Markdown to format posts. You can find more information at<br>
|
||||||
https://wiki.diasporafoundation.org/Markdown_reference_guide <br> <br>
|
https://diasporafoundation.org/formatting <br> <br>
|
||||||
|
|
||||||
DiasporaForAndroid is developed free as in freedom and follows the ideas of the Diaspora project. <br>
|
DiasporaForAndroid is developed free as in freedom and follows the ideas of the Diaspora project. <br>
|
||||||
You can find the source code on Github: <br>
|
You can find the source code on Github: <br>
|
||||||
|
|
Loading…
Reference in a new issue