mirror of
https://github.com/gsantner/dandelion
synced 2025-12-09 13:51:18 +01:00
Introduce new markdown parser;
Rework existing md files; Show changelog/update dialog
This commit is contained in:
parent
8d6b09c800
commit
101c5f5b7d
16 changed files with 397 additions and 134 deletions
14
app/src/main/res/raw/license_third_party.md
Normal file
14
app/src/main/res/raw/license_third_party.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
* NetCipher
|
||||
<https://github.com/guardianproject/NetCipher>
|
||||
|
||||
* ButterKnife
|
||||
<https://jakewharton.github.io/butterknife>
|
||||
|
||||
* ShiftColorPicker
|
||||
<https://github.com/DASAR/ShiftColorPicker>
|
||||
|
||||
* Android Support Library
|
||||
<https://developer.android.com/topic/libraries/support-library/index.html>
|
||||
|
||||
* Android Design Library
|
||||
<https://android-developers.blogspot.de/2015/05/android-design-support-library.html>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
NEWENTRY NetCipher
|
||||
https://github.com/guardianproject/NetCipher
|
||||
|
||||
NEWENTRY ButterKnife
|
||||
https://jakewharton.github.io/butterknife
|
||||
|
||||
NEWENTRY ShiftColorPicker
|
||||
https://github.com/DASAR/ShiftColorPicker
|
||||
|
||||
NEWENTRY Android Support Library
|
||||
https://developer.android.com/topic/libraries/support-library/index.html
|
||||
|
||||
NEWENTRY Android Design Library
|
||||
https://android-developers.blogspot.de/2015/05/android-design-support-library.html
|
||||
5
app/src/main/res/raw/maintainers.md
Normal file
5
app/src/main/res/raw/maintainers.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
* Gregor Santner (gsantner)
|
||||
~° https://gsantner.github.io
|
||||
|
||||
* Paul Schaub (vanitasvitae)
|
||||
~° https://github.com/vanitasvitae
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
NEWENTRY Gregor Santner (gsantner)
|
||||
SUBTABBY https://gsantner.github.io
|
||||
|
||||
NEWENTRY Paul Schaub (vanitasvitae)
|
||||
SUBTABBY https://github.com/vanitasvitae
|
||||
|
|
@ -15,6 +15,8 @@
|
|||
<string name="pref_key__http_proxy_load_tor_preset" translatable="false">pref_key__http_proxy_load_tor_preset</string>
|
||||
<string name="pref_key__extended_notifications" translatable="false">pref_key__extended_notifications</string>
|
||||
<string name="pref_key__topbar_stream_shortcut" translatable="false">pref_key__topbar_stream_shortcut</string>
|
||||
<string name="pref_key__app_first_start" translatable="false">pref_key__app_first_start</string>
|
||||
<string name="pref_key__app_first_start_current_version" translatable="false">pref_key__app_first_start_current_version</string>
|
||||
|
||||
<!-- Themes -->
|
||||
<string name="pref_key__primary_color__preference_click" translatable="false">@string/pref_key__primary_color_shade</string>
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
<string name="public_">Public</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="contacts">Contacts</string>
|
||||
<string name="changelog">Changelog</string>
|
||||
<string name="tor" translatable="false">Tor</string>
|
||||
|
||||
<!-- Notifications dropdown menu -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue