1
0
Fork 0

Malgrandaj redaktoj

This commit is contained in:
1010 2024-03-12 10:05:42 +07:00
parent 1ddfa20744
commit 507dc44103
23 changed files with 20 additions and 22 deletions

2
.idea/.name Normal file → Executable file
View File

@ -1 +1 @@
Secreto
Sekreto

0
.idea/vcs.xml Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

2
README.md Normal file → Executable file
View File

@ -21,7 +21,7 @@ Kaŝu sekretan mesaĝon en teksto!
---
# Elŝuti
<a href="https://f-droid.org/packages/com.example.secreto/">
<a href="https://f-droid.org/packages/com.example.sekreto/">
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75">
</a>

2
README_RU.md Normal file → Executable file
View File

@ -21,7 +21,7 @@
---
# Скачать
<a href="https://f-droid.org/packages/com.example.secreto/">
<a href="https://f-droid.org/packages/com.example.sekreto/">
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75">
</a>

View File

@ -4,11 +4,11 @@ plugins {
}
android {
namespace = "com.example.secreto"
namespace = "com.example.sekreto"
compileSdk = 34
defaultConfig {
applicationId = "com.example.secreto"
applicationId = "com.example.sekreto"
minSdk = 21
targetSdk = 33
versionCode = 2

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import java.security.SecureRandom
import javax.crypto.Cipher

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import android.app.Dialog
import android.content.ClipData

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import android.app.Activity
import android.content.Context

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import android.annotation.SuppressLint
import android.content.Intent

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import android.content.Context
import android.content.SharedPreferences

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import android.content.Intent
import android.content.SharedPreferences

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import android.text.method.HideReturnsTransformationMethod
import android.text.method.PasswordTransformationMethod

View File

@ -1,7 +1,6 @@
package com.example.secreto
package com.example.sekreto
import android.content.Intent
import android.content.SharedPreferences
import android.content.pm.PackageManager
import android.graphics.drawable.ColorDrawable
import android.os.Bundle
@ -9,7 +8,6 @@ import androidx.appcompat.app.AppCompatActivity
import androidx.core.content.ContextCompat
import androidx.preference.Preference
import androidx.preference.PreferenceFragmentCompat
import androidx.preference.PreferenceManager
class SettingsActivity : AppCompatActivity() {

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
class Stegano {

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import android.content.Context
import android.content.SharedPreferences

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import android.annotation.SuppressLint
import android.content.Intent

View File

@ -40,7 +40,7 @@
android:summary="@string/source_code">
<intent
android:action="android.intent.action.VIEW"
android:data="https://git.disroot.org/1010/secreto_android"/>
android:data="https://git.disroot.org/1010/Sekreto_android"/>
</Preference>
<Preference

View File

@ -1,4 +1,4 @@
package com.example.secreto
package com.example.sekreto
import org.junit.Test

0
fastlane/metadata/android/en-US/full_description.txt Normal file → Executable file
View File

0
fastlane/metadata/android/en-US/images /icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -13,5 +13,5 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Secreto"
rootProject.name = "Sekreto"
include(":app")