Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val releaseKeystorePath = providers.environmentVariable("MEGAPROXY_KEYSTORE_PATH
val releaseKeystorePassword = providers.environmentVariable("MEGAPROXY_KEYSTORE_PASSWORD").orNull
val releaseKeyAlias = providers.environmentVariable("MEGAPROXY_KEY_ALIAS").orNull
val releaseKeyPassword = providers.environmentVariable("MEGAPROXY_KEY_PASSWORD").orNull
val versionCodeBase = 12
val versionCodeBase = 13
val versionVariant = providers.gradleProperty("megaproxyVersionVariant")
.orElse("universal")
.get()
Expand Down Expand Up @@ -46,7 +46,7 @@ android {
// universal code below the ABI variants lets app stores prefer the
// smaller compatible APK when both are available.
versionCode = versionCodeBase * 1000 + versionVariantCode
versionName = "0.0.12"
versionName = "0.1.0"
buildConfigField("String", "GIT_COMMIT_HASH", "\"$gitCommitHash\"")
if (versionVariant != "universal") {
// Keep every ABI-specific APK genuinely single-ABI. Without this,
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Added HTTPS proxy chains with a jump proxy.
Improved the main screen, profile editing and transfers, localization, and layouts on narrow screens with large fonts.
Connection details now show the start time and duration.
Improved connection stability, error handling, memory usage, and SSH host-key verification.
Updated the privacy policy and added a link in Settings.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/ru-RU/changelogs/13000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Добавлены цепочки HTTPS-прокси через промежуточный прокси.
Улучшены главный экран, редактирование и перенос профилей, локализация и отображение на узких экранах с крупным шрифтом.
В информации о соединении показаны время начала и длительность.
Улучшены стабильность соединения, обработка ошибок, использование памяти и проверка ключей SSH-серверов.
Обновлена политика конфиденциальности, ссылка добавлена в настройки.