Fixed pod displaying pod domain/name in debug fragment and fixed diaspora markdown link

This commit is contained in:
vanitasvitae 2016-10-30 21:04:08 +01:00
parent d8a3e029b1
commit fd05370280
Signed by: vanitasvitae
GPG Key ID: DCCFB3302C9E4615
10 changed files with 25 additions and 15 deletions

View File

@ -1,9 +1,9 @@
# v0.1.7 wip
- Added: Custom Theme Colors!
# v0.2.0
- Added: Customizable Theme Colors!
- Improved account setup with easy tor hidden service configuration
- Eye candy for the settings activity
- Added: "Contacts" shortcut in the navigation slider
- Increased the overall performance by using Fragments
- Improved account setup with easy tor hidden service configuration
- Lots of bugfixes
- Fixes for the bugfixes!

View File

@ -296,7 +296,10 @@ public class AboutActivity extends ThemedActivity
@BindView(R.id.fragment_debug__device_name)
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;
@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));
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) {
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) {

View File

@ -64,7 +64,12 @@
android:text="@string/fragment_debug__section_pod" />
<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_height="wrap_content" />

View File

@ -14,7 +14,7 @@
<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__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_license__3rd_party_libs_title">Verwendete Drittanbieter-Bibliotheken</string>
<!-- About (large amount of text) -->

View File

@ -14,7 +14,7 @@
<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__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_license__3rd_party_libs_title">Bibliothèques tierces utilisées</string>
<!-- About (large amount of text) -->

View File

@ -14,7 +14,7 @@
<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__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_license__3rd_party_libs_title">Librerie di terze parti usate</string>
<!-- About (large amount of text) -->

View File

@ -14,7 +14,7 @@
<string name="fragment_debug__package_name">パッケージ名: %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__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_license__3rd_party_libs_title">使用したサードパーティ ライブラリー</string>
<!-- About (large amount of text) -->

View File

@ -9,7 +9,7 @@
<string name="fragment_debug__section_pod">ഡയസ്പോറ പോഡ്</string>
<string name="fragment_debug__app_version">പ്രയോഗത്തിന്റെ പതിപ്പ്:%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>
<!-- About (large amount of text) -->
<!-- Lorem ipsum -->

View File

@ -8,7 +8,7 @@
<string name="fragment_debug__section_app">Aplicação</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__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) -->
<!-- Lorem ipsum -->
</resources>

View File

@ -19,7 +19,9 @@
<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__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_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. &lt;br>&lt;br>
Diaspora uses Markdown to format posts. You can find more information at&lt;br>
https://wiki.diasporafoundation.org/Markdown_reference_guide &lt;br> &lt;br>
https://diasporafoundation.org/formatting &lt;br> &lt;br>
DiasporaForAndroid is developed free as in freedom and follows the ideas of the Diaspora project. &lt;br>
You can find the source code on Github: &lt;br>