Skip to content

Commit bb0803e

Browse files
committed
QuickPass 2.0 beta 5
- Duration of animation adjusted - Added back buttons - Smooth transitions through screens - Settings update -- Auto asking permission for writing to storage -- New icons for export/import -- Tips for export/import now always available - Translation updated - All new main screen -- Smooth panel for all passwords -- Statistic copied to main screen - Optimization for some constructions - Fixes - Libraries updated (10/10/20)
1 parent d46fbe1 commit bb0803e

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

app/src/main/java/com/mikhailgrigorev/quickpass/EditAccountActivity.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ import androidx.appcompat.app.AppCompatActivity
1313
import androidx.appcompat.app.AppCompatDelegate
1414
import androidx.core.content.ContextCompat
1515
import kotlinx.android.synthetic.main.activity_edit_account.*
16-
import kotlinx.android.synthetic.main.activity_edit_account.accountAvatar
17-
import kotlinx.android.synthetic.main.activity_edit_account.accountAvatarText
18-
import kotlinx.android.synthetic.main.activity_edit_account.back
19-
import kotlinx.android.synthetic.main.activity_edit_account.helloTextId
20-
import kotlinx.android.synthetic.main.activity_settings.*
2116

2217

2318
class EditAccountActivity : AppCompatActivity() {

app/src/main/java/com/mikhailgrigorev/quickpass/PassGenActivity.kt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,7 @@ import androidx.core.content.ContextCompat
3131
import androidx.recyclerview.widget.LinearLayoutManager
3232
import com.google.android.material.bottomsheet.BottomSheetBehavior
3333
import com.google.android.material.chip.Chip
34-
import kotlinx.android.synthetic.main.activity_edit_pass.*
3534
import kotlinx.android.synthetic.main.activity_pass_gen.*
36-
import kotlinx.android.synthetic.main.activity_pass_gen.accountAvatar
37-
import kotlinx.android.synthetic.main.activity_pass_gen.accountAvatarText
38-
import kotlinx.android.synthetic.main.activity_pass_gen.cardPass
39-
import kotlinx.android.synthetic.main.activity_pass_gen.genPasswordId
40-
import kotlinx.android.synthetic.main.activity_pass_gen.genPasswordIdField
41-
import kotlinx.android.synthetic.main.activity_pass_gen.generatePassword
42-
import kotlinx.android.synthetic.main.activity_pass_gen.helloTextId
43-
import kotlinx.android.synthetic.main.activity_pass_gen.lengthToggle
44-
import kotlinx.android.synthetic.main.activity_pass_gen.passSettings
45-
import kotlinx.android.synthetic.main.activity_pass_gen.seekBar
4635
import java.util.*
4736
import kotlin.collections.ArrayList
4837
import kotlin.math.abs

0 commit comments

Comments
 (0)