diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index dd84ea78..a39cab48 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,5 @@
---
-name: Bug report
-about: Create a report to help us improve
-title: ''
+name: Bug report about: Create a report to help us improve title: ''
labels: ''
assignees: ''
@@ -12,6 +10,7 @@ A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
+
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
@@ -24,15 +23,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
+
+- OS: [e.g. iOS]
+- Browser [e.g. chrome, safari]
+- Version [e.g. 22]
**Smartphone (please complete the following information):**
- - Device: [e.g. iPhone6]
- - OS: [e.g. iOS8.1]
- - Browser [e.g. stock browser, safari]
- - Version [e.g. 22]
+
+- Device: [e.g. iPhone6]
+- OS: [e.g. iOS8.1]
+- Browser [e.g. stock browser, safari]
+- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md
index 48d5f81f..e350e371 100644
--- a/.github/ISSUE_TEMPLATE/custom.md
+++ b/.github/ISSUE_TEMPLATE/custom.md
@@ -1,7 +1,5 @@
---
-name: Custom issue template
-about: Describe this issue template's purpose here.
-title: ''
+name: Custom issue template about: Describe this issue template's purpose here. title: ''
labels: ''
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index bbcbbe7d..5fe926b2 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,7 +1,5 @@
---
-name: Feature request
-about: Suggest an idea for this project
-title: ''
+name: Feature request about: Suggest an idea for this project title: ''
labels: ''
assignees: ''
diff --git a/README.md b/README.md
index 6ec82950..1b810bd3 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@ Material-ify with Droid-ify.
Unofficial F-Droid client with Material UI.
-This app is an Direct Adaptation/Modification of [Foxy-Droid](https://github.com/kitsunyan/foxy-droid/)
+This app is an Direct Adaptation/Modification
+of [Foxy-Droid](https://github.com/kitsunyan/foxy-droid/)
### Features
@@ -14,14 +15,15 @@ This app is an Direct Adaptation/Modification of [Foxy-Droid](https://github.com
* No cards or inappropriate animations
* Fast repository syncing
* Standard Android components and minimal dependencies
-
+
### Screenshots





## Building and Installing
-Specify your Android SDK path either using the `ANDROID_HOME` environment variable, or by filling out the `sdk.dir`
+Specify your Android SDK path either using the `ANDROID_HOME` environment variable, or by filling
+out the `sdk.dir`
property in `local.properties`.
Signing can be done automatically using `keystore.properties` as follows:
@@ -33,8 +35,10 @@ key.alias=key-alias
key.password=key-password
```
-Run `./gradlew assembleRelease` to build the package, which can be installed using the Android package manager.
+Run `./gradlew assembleRelease` to build the package, which can be installed using the Android
+package manager.
## License
-Droid-ify is available under the terms of the GNU General Public License v3 or later. Copyright © 2020 Iamlooker.
+Droid-ify is available under the terms of the GNU General Public License v3 or later. Copyright ©
+2020 Iamlooker.
diff --git a/extra/launcher-make.sh b/extra/launcher-make.sh
deleted file mode 100644
index 3cfaff5e..00000000
--- a/extra/launcher-make.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-
-set -e
-cd "`dirname "$0"`"
-
-dimensions=(mdpi:1 hdpi:1.5 xhdpi:2 xxhdpi:3 xxxhdpi:4)
-res='../src/main/res'
-
-cp 'launcher.svg' 'launcher-foreground.svg'
-inkscape --select circle --verb EditDelete --verb=FileSave --verb=FileQuit \
-'launcher-foreground.svg'
-
-for dimension in ${dimensions[@]}; do
- resource="${dimension%:*}"
- scale="${dimension#*:}"
- mkdir -p "$res/mipmap-$resource" "$res/drawable-$resource"
- size="`bc <<< "48 * $scale"`"
- inkscape 'launcher.svg' -a 15:15:93:93 -w "$size" -h "$size" \
- -e "$res/mipmap-$resource/ic_launcher.png"
- optipng "$res/mipmap-$resource/ic_launcher.png"
- size="`bc <<< "108 * $scale"`"
- inkscape 'launcher-foreground.svg' -w "$size" -h "$size" \
- -e "$res/drawable-$resource/ic_launcher_foreground.png"
- optipng "$res/drawable-$resource/ic_launcher_foreground.png"
-done
-
-rm 'launcher-foreground.svg'
diff --git a/extra/launcher.svg b/extra/launcher.svg
deleted file mode 100644
index e9f11504..00000000
--- a/extra/launcher.svg
+++ /dev/null
@@ -1,273 +0,0 @@
-
-
diff --git a/src/main/res/animator/slide_in.xml b/src/main/res/animator/slide_in.xml
index 64eafc62..719d8b08 100644
--- a/src/main/res/animator/slide_in.xml
+++ b/src/main/res/animator/slide_in.xml
@@ -1,19 +1,18 @@
-
+
-
+
-
+
diff --git a/src/main/res/animator/slide_in_keep.xml b/src/main/res/animator/slide_in_keep.xml
index 102b3c5d..6a651267 100644
--- a/src/main/res/animator/slide_in_keep.xml
+++ b/src/main/res/animator/slide_in_keep.xml
@@ -1,4 +1,3 @@
-
+
diff --git a/src/main/res/animator/slide_out.xml b/src/main/res/animator/slide_out.xml
index e86fac00..5d29ac1b 100644
--- a/src/main/res/animator/slide_out.xml
+++ b/src/main/res/animator/slide_out.xml
@@ -1,20 +1,19 @@
-
+
-
+
-
+
diff --git a/src/main/res/color/accent_dark.xml b/src/main/res/color/accent_dark.xml
index 31a60bae..7e8bc2d9 100644
--- a/src/main/res/color/accent_dark.xml
+++ b/src/main/res/color/accent_dark.xml
@@ -1,13 +1,8 @@
-
+
-
+
-
+
diff --git a/src/main/res/color/accent_light.xml b/src/main/res/color/accent_light.xml
index 64691f94..9d5e3e87 100644
--- a/src/main/res/color/accent_light.xml
+++ b/src/main/res/color/accent_light.xml
@@ -1,13 +1,8 @@
-
+
-
+
-
+
diff --git a/src/main/res/color/error_dark.xml b/src/main/res/color/error_dark.xml
index 854e64bc..1aca1a37 100644
--- a/src/main/res/color/error_dark.xml
+++ b/src/main/res/color/error_dark.xml
@@ -1,13 +1,8 @@
-
+
-
+
-
+
diff --git a/src/main/res/color/error_light.xml b/src/main/res/color/error_light.xml
index 119d4c14..e611e303 100644
--- a/src/main/res/color/error_light.xml
+++ b/src/main/res/color/error_light.xml
@@ -1,13 +1,8 @@
-
+
-
+
-
+
diff --git a/src/main/res/drawable/background_border.xml b/src/main/res/drawable/background_border.xml
index 429f98e5..c22593b4 100644
--- a/src/main/res/drawable/background_border.xml
+++ b/src/main/res/drawable/background_border.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/src/main/res/drawable/ic_add.xml b/src/main/res/drawable/ic_add.xml
index 7c89f2ff..c6afe5d4 100644
--- a/src/main/res/drawable/ic_add.xml
+++ b/src/main/res/drawable/ic_add.xml
@@ -1,13 +1,12 @@
-
+
-
+
diff --git a/src/main/res/drawable/ic_application_default.xml b/src/main/res/drawable/ic_application_default.xml
index a95b8cdd..3c3e8700 100644
--- a/src/main/res/drawable/ic_application_default.xml
+++ b/src/main/res/drawable/ic_application_default.xml
@@ -1,14 +1,13 @@
-
+
-
-
+
-
diff --git a/src/main/res/drawable/ic_arrow_down.xml b/src/main/res/drawable/ic_arrow_down.xml
index 31f2b700..ab7e3eeb 100644
--- a/src/main/res/drawable/ic_arrow_down.xml
+++ b/src/main/res/drawable/ic_arrow_down.xml
@@ -1,13 +1,12 @@
-
+
-
+
diff --git a/src/main/res/drawable/ic_bug_report.xml b/src/main/res/drawable/ic_bug_report.xml
index 5eb5a12a..2ea88cb2 100644
--- a/src/main/res/drawable/ic_bug_report.xml
+++ b/src/main/res/drawable/ic_bug_report.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_code.xml b/src/main/res/drawable/ic_code.xml
index 82ba0158..a9035cc3 100644
--- a/src/main/res/drawable/ic_code.xml
+++ b/src/main/res/drawable/ic_code.xml
@@ -1,13 +1,12 @@
-
+
-
+
diff --git a/src/main/res/drawable/ic_copyright.xml b/src/main/res/drawable/ic_copyright.xml
index d329510a..4a2ac25e 100644
--- a/src/main/res/drawable/ic_copyright.xml
+++ b/src/main/res/drawable/ic_copyright.xml
@@ -1,14 +1,13 @@
-
+
-
-
+
-
+
diff --git a/src/main/res/drawable/ic_donate_bitcoin.xml b/src/main/res/drawable/ic_donate_bitcoin.xml
index 3d053774..612591a3 100644
--- a/src/main/res/drawable/ic_donate_bitcoin.xml
+++ b/src/main/res/drawable/ic_donate_bitcoin.xml
@@ -1,14 +1,13 @@
-
+
-
-
+
-
-
+
-
-
+
-
diff --git a/src/main/res/drawable/ic_donate_opencollective.xml b/src/main/res/drawable/ic_donate_opencollective.xml
index d0111e34..e5cfd96e 100644
--- a/src/main/res/drawable/ic_donate_opencollective.xml
+++ b/src/main/res/drawable/ic_donate_opencollective.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_donate_regular.xml b/src/main/res/drawable/ic_donate_regular.xml
index 2faac8ae..196125b2 100644
--- a/src/main/res/drawable/ic_donate_regular.xml
+++ b/src/main/res/drawable/ic_donate_regular.xml
@@ -3,7 +3,7 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
-
+
diff --git a/src/main/res/drawable/ic_edit.xml b/src/main/res/drawable/ic_edit.xml
index 34306e6e..f8fb0735 100644
--- a/src/main/res/drawable/ic_edit.xml
+++ b/src/main/res/drawable/ic_edit.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_email.xml b/src/main/res/drawable/ic_email.xml
index 59ed0659..0a84f2a0 100644
--- a/src/main/res/drawable/ic_email.xml
+++ b/src/main/res/drawable/ic_email.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_history.xml b/src/main/res/drawable/ic_history.xml
index bebce888..cf61d2ee 100644
--- a/src/main/res/drawable/ic_history.xml
+++ b/src/main/res/drawable/ic_history.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_launch.xml b/src/main/res/drawable/ic_launch.xml
index d63cd17f..805b48a8 100644
--- a/src/main/res/drawable/ic_launch.xml
+++ b/src/main/res/drawable/ic_launch.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_new_releases.xml b/src/main/res/drawable/ic_new_releases.xml
index 202f7f52..18acca27 100644
--- a/src/main/res/drawable/ic_new_releases.xml
+++ b/src/main/res/drawable/ic_new_releases.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_perm_device_information.xml b/src/main/res/drawable/ic_perm_device_information.xml
index 44602b29..d0e66b50 100644
--- a/src/main/res/drawable/ic_perm_device_information.xml
+++ b/src/main/res/drawable/ic_perm_device_information.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_person.xml b/src/main/res/drawable/ic_person.xml
index c0cfef3b..b37a4c94 100644
--- a/src/main/res/drawable/ic_person.xml
+++ b/src/main/res/drawable/ic_person.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_photo_camera.xml b/src/main/res/drawable/ic_photo_camera.xml
index d5b432d3..96295404 100644
--- a/src/main/res/drawable/ic_photo_camera.xml
+++ b/src/main/res/drawable/ic_photo_camera.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_public.xml b/src/main/res/drawable/ic_public.xml
index 52c48af5..9d646660 100644
--- a/src/main/res/drawable/ic_public.xml
+++ b/src/main/res/drawable/ic_public.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_save.xml b/src/main/res/drawable/ic_save.xml
index baa7f17f..f6a40221 100644
--- a/src/main/res/drawable/ic_save.xml
+++ b/src/main/res/drawable/ic_save.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_search.xml b/src/main/res/drawable/ic_search.xml
index 72597669..4ee4af87 100644
--- a/src/main/res/drawable/ic_search.xml
+++ b/src/main/res/drawable/ic_search.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_sort.xml b/src/main/res/drawable/ic_sort.xml
index 98658e6c..1796ef09 100644
--- a/src/main/res/drawable/ic_sort.xml
+++ b/src/main/res/drawable/ic_sort.xml
@@ -1,13 +1,12 @@
-
+
-
+
diff --git a/src/main/res/drawable/ic_sync.xml b/src/main/res/drawable/ic_sync.xml
index f75c34b0..9e6f92a7 100644
--- a/src/main/res/drawable/ic_sync.xml
+++ b/src/main/res/drawable/ic_sync.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/ic_tune.xml b/src/main/res/drawable/ic_tune.xml
index f23007b5..8b81ff99 100644
--- a/src/main/res/drawable/ic_tune.xml
+++ b/src/main/res/drawable/ic_tune.xml
@@ -1,14 +1,13 @@
-
+
-
diff --git a/src/main/res/drawable/scrollbar_track.xml b/src/main/res/drawable/scrollbar_track.xml
index ac74d333..a7e36f02 100644
--- a/src/main/res/drawable/scrollbar_track.xml
+++ b/src/main/res/drawable/scrollbar_track.xml
@@ -1,9 +1,9 @@
-
+
+ android:color="@null" />
diff --git a/src/main/res/layout/fragment.xml b/src/main/res/layout/fragment.xml
index cd92f885..dd8e2819 100644
--- a/src/main/res/layout/fragment.xml
+++ b/src/main/res/layout/fragment.xml
@@ -31,9 +31,9 @@
android:id="@+id/fragment_content"
android:layout_width="match_parent"
android:layout_height="0dp"
- android:paddingHorizontal="10dp"
- android:paddingTop="10dp"
android:layout_weight="1"
- android:background="?android:attr/colorBackground" />
+ android:background="?android:attr/colorBackground"
+ android:paddingHorizontal="10dp"
+ android:paddingTop="10dp" />
diff --git a/src/main/res/layout/permissions_item.xml b/src/main/res/layout/permissions_item.xml
index c1ee7b72..a94f18d1 100644
--- a/src/main/res/layout/permissions_item.xml
+++ b/src/main/res/layout/permissions_item.xml
@@ -1,33 +1,32 @@
-
-
-
-
-
+ android:background="?android:attr/selectableItemBackground"
+ android:orientation="horizontal"
+ android:paddingStart="16dp"
+ android:paddingEnd="16dp">
+
+
+
+
diff --git a/src/main/res/layout/title_text_item.xml b/src/main/res/layout/title_text_item.xml
index b6b04994..3ea1be6f 100644
--- a/src/main/res/layout/title_text_item.xml
+++ b/src/main/res/layout/title_text_item.xml
@@ -3,8 +3,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:paddingVertical="8dp"
- android:paddingHorizontal="16dp">
+ android:paddingHorizontal="16dp"
+ android:paddingVertical="8dp">
-
-
+
+
\ No newline at end of file
diff --git a/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
index 036d09bc..c9ad5f98 100644
--- a/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ b/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file
diff --git a/src/main/res/values-pt-rBR/strings.xml b/src/main/res/values-pt-rBR/strings.xml
index 5a950cf7..0aa46c4d 100644
--- a/src/main/res/values-pt-rBR/strings.xml
+++ b/src/main/res/values-pt-rBR/strings.xml
@@ -155,18 +155,18 @@
Não verificado
Atualização
Atualizações
- O código fonte original não é livre
- Nome de usuário
- Falta o nome de usuário
- O índice não pôde ser validado.
- Versão %s
- Versões
- Esperando para começar a baixar
- Página web
- Instalação silenciosa
- Permitir permissão de root para habilitar a instalação silenciosa
- Temas
- Créditos
- themes Tipos de instalação
+ O código fonte original não é livre
+ Nome de usuário
+ Falta o nome de usuário
+ O índice não pôde ser validado.
+ Versão %s
+ Versões
+ Esperando para começar a baixar
+ Página web
+ Instalação silenciosa
+ Permitir permissão de root para habilitar a instalação silenciosa
+ Temas
+ Créditos
+ themes Tipos de instalação
diff --git a/src/main/res/values-zh-rCN/strings.xml b/src/main/res/values-zh-rCN/strings.xml
index b08938d5..6fe4e710 100644
--- a/src/main/res/values-zh-rCN/strings.xml
+++ b/src/main/res/values-zh-rCN/strings.xml
@@ -145,16 +145,16 @@
点击安装。
主题
跟踪或报告您的活动
- 卸载
- 未知
- 未知错误。
- 未知: %s
- 未签名
- 不稳定的更新
- 建议安装不稳定的版本
- 未验证
- 更新
- 更新
+ 卸载
+ 未知
+ 未知错误。
+ 未知: %s
+ 未签名
+ 不稳定的更新
+ 建议安装不稳定的版本
+ 未验证
+ 更新
+ 更新
上游源代码不是自由的
用户名
缺少用户名
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml
index 08ff293b..36840f88 100644
--- a/src/main/res/values/attrs.xml
+++ b/src/main/res/values/attrs.xml
@@ -1,8 +1,8 @@
-
-
-
+
+
+
diff --git a/src/main/res/values/ids.xml b/src/main/res/values/ids.xml
index 7b322222..97e478ae 100644
--- a/src/main/res/values/ids.xml
+++ b/src/main/res/values/ids.xml
@@ -1,11 +1,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 7e606502..0b640569 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -1,172 +1,172 @@
- Action failed
- Add repository
- Address
- All applications
- All applications up to date
- Already exists
- Always
- Amoled
- Anti-features
- Application
- Droid-ify
- Application not found
- Author email
- Author website
- Available
- Bug tracker
- Cancel
- Cannot edit repository since it is syncing right now.
- Changelog
- Changes
- Checking repository
- Compiled for debugging
- Confirmation
- Connecting
- Contains non-free media
- Could not download %s
- Could not sync %s
- Could not validate %s
- Credits
- Dark
- Date added
- Delete
- Are you sure you want to delete the repository?
- Description
- Details
- Donate
- Downloaded %s
- Downloading
- Downloading %s
- Edit repository
- Invalid file format.
- Fingerprint
- Has advertising
- Has non-free dependencies
- Has security vulnerabilities
- Invalid server response.
- HTTP proxy
- Ignore all updates
- Ignore this update
- Your %1$s (API version %2$d) is not supported. %3$s
- Maximum API version is %d.
- Minimum API version is %d.
- Missing features.
- This version is older than the one installed on your device.
+ Action failed
+ Add repository
+ Address
+ All applications
+ All applications up to date
+ Already exists
+ Always
+ Amoled
+ Anti-features
+ Application
+ Droid-ify
+ Application not found
+ Author email
+ Author website
+ Available
+ Bug tracker
+ Cancel
+ Cannot edit repository since it is syncing right now.
+ Changelog
+ Changes
+ Checking repository
+ Compiled for debugging
+ Confirmation
+ Connecting
+ Contains non-free media
+ Could not download %s
+ Could not sync %s
+ Could not validate %s
+ Credits
+ Dark
+ Date added
+ Delete
+ Are you sure you want to delete the repository?
+ Description
+ Details
+ Donate
+ Downloaded %s
+ Downloading
+ Downloading %s
+ Edit repository
+ Invalid file format.
+ Fingerprint
+ Has advertising
+ Has non-free dependencies
+ Has security vulnerabilities
+ Invalid server response.
+ HTTP proxy
+ Ignore all updates
+ Ignore this update
+ Your %1$s (API version %2$d) is not supported. %3$s
+ Maximum API version is %d.
+ Minimum API version is %d.
+ Missing features.
+ This version is older than the one installed on your device.
Uninstall that first.
- Your %1$s platform is not supported.
+ Your %1$s platform is not supported.
Supported platforms: %2$s.
- This version is signed with a different certificate than the one
+ This version is signed with a different certificate than the one
installed on your device. Uninstall that first.
- Incompatible version
- Incompatible versions
- Show application versions incompatible with the device
- Incompatible with %s
- Install
+ Incompatible version
+ Incompatible versions
+ Show application versions incompatible with the device
+ Incompatible with %s
+ Install
Installation Types
- Installed
- Could not check integrity.
- Invalid address
- Invalid fingerprint format
- Invalid metadata.
- Invalid permissions.
- Invalid signature.
- Invalid username format
- Last update
- Launch
- License
- License %s
- Light
- Link copied to clipboard
- Links
- Merging %s
- Name
- Network error.
- Never
- New updates available
-
- - %d new update.
- - %d new updates.
-
- No applications available
- No applications installed
- No description available.
- No matching applications found
- No proxy
- Notify about updates
- Show a notification when updates are available
- Number of applications
- OK
- Only compatible with %s
- Only on Wi-Fi
- Open %s?
- Other
- Could not parse the index file.
- Password
- Password missing
- Permissions
- +%d more
- Settings
- Processing %1$s
- Project website
- Promotes non-free network services
- Promotes non-free software
- Provided by %s
- Proxy
- Proxy host
- Proxy port
- Proxy type
- Repositories
- Repository
- This repository has not been used yet. You need to enable it to view
+ Installed
+ Could not check integrity.
+ Invalid address
+ Invalid fingerprint format
+ Invalid metadata.
+ Invalid permissions.
+ Invalid signature.
+ Invalid username format
+ Last update
+ Launch
+ License
+ License %s
+ Light
+ Link copied to clipboard
+ Links
+ Merging %s
+ Name
+ Network error.
+ Never
+ New updates available
+
+ - %d new update.
+ - %d new updates.
+
+ No applications available
+ No applications installed
+ No description available.
+ No matching applications found
+ No proxy
+ Notify about updates
+ Show a notification when updates are available
+ Number of applications
+ OK
+ Only compatible with %s
+ Only on Wi-Fi
+ Open %s?
+ Other
+ Could not parse the index file.
+ Password
+ Password missing
+ Permissions
+ +%d more
+ Settings
+ Processing %1$s
+ Project website
+ Promotes non-free network services
+ Promotes non-free software
+ Provided by %s
+ Proxy
+ Proxy host
+ Proxy port
+ Proxy type
+ Repositories
+ Repository
+ This repository has not been used yet. You need to enable it to view
the applications it provides.
- Unsigned. Could not verify the application list. Be careful downloading
+ Unsigned. Could not verify the application list. Be careful downloading
applications from unsigned repositories.
- Requires %s
- Silent Install
- Allow Root Permission to enable Silent Install
- Save
- Saving details
- Screenshots
- Search
- Select a mirror
- Show more
- Show older versions
- Signature %s
- Signed using an unsafe algorithm
- Skip
- SOCKS proxy
- Sorting order
- Source code
- Source code no longer available
- Suggested
- Sync repositories
- Sync repositories automatically
- Syncing
- Syncing %s
- System
- Tap to install.
- Theme
+ Requires %s
+ Silent Install
+ Allow Root Permission to enable Silent Install
+ Save
+ Saving details
+ Screenshots
+ Search
+ Select a mirror
+ Show more
+ Show older versions
+ Signature %s
+ Signed using an unsafe algorithm
+ Skip
+ SOCKS proxy
+ Sorting order
+ Source code
+ Source code no longer available
+ Suggested
+ Sync repositories
+ Sync repositories automatically
+ Syncing
+ Syncing %s
+ System
+ Tap to install.
+ Theme
Themes
- Tracks or reports your activity
- Uninstall
- Unknown
- Unknown error.
- Unknown: %s
- Unsigned
- Unstable updates
- Suggest installing unstable versions
- Unverified
- Update
- Updates
- Upstream source code is not free
- Username
- Username missing
- Index could not be validated.
- Version %s
- Versions
- Waiting to start download
- Website
+ Tracks or reports your activity
+ Uninstall
+ Unknown
+ Unknown error.
+ Unknown: %s
+ Unsigned
+ Unstable updates
+ Suggest installing unstable versions
+ Unverified
+ Update
+ Updates
+ Upstream source code is not free
+ Username
+ Username missing
+ Index could not be validated.
+ Version %s
+ Versions
+ Waiting to start download
+ Website
\ No newline at end of file