Skip to content

Commit

Permalink
- Web files are now locally installed on your device
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Sep 27, 2021
1 parent 72f2a2c commit 2897356
Show file tree
Hide file tree
Showing 42 changed files with 5,821 additions and 6 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.rabbitcompany.passky"
minSdkVersion 23
targetSdkVersion 30
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "4.0.1"
}

buildTypes {
Expand All @@ -27,7 +27,5 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
}
37 changes: 37 additions & 0 deletions app/src/main/assets/css/export.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
::-webkit-scrollbar {
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}

#passky-logo{
background-color: #e6f5ff;
}

#bitwarden-logo{
background-color: #3c8dbc;
}

#lastpass-logo{
background-color: #d12f2e;
}

#dashline-logo{
background-color: #0e353d;
}

#onepassword-logo{
background-color: #fff;
}

#keeper-logo{
background-color: #fff;
}

#nordpass-logo{
background-color: #d3f8f7;
}
13 changes: 13 additions & 0 deletions app/src/main/assets/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
body{
min-width: 300px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

input[type=number]{
-moz-appearance: textfield;
}
9 changes: 9 additions & 0 deletions app/src/main/assets/css/passwords.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
::-webkit-scrollbar {
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}
9 changes: 9 additions & 0 deletions app/src/main/assets/css/settings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
::-webkit-scrollbar {
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}
1 change: 1 addition & 0 deletions app/src/main/assets/css/tailwind.min.css

Large diffs are not rendered by default.

217 changes: 217 additions & 0 deletions app/src/main/assets/css/themes/blue.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
/*
Blue theme
*/

/*
Text colors
*/

.primaryColor{
color: #4F46E5 !important;
}

.secondaryColor{
color: #6B7280 !important;
}

.tertiaryColor{
color: #DFE5EB !important;
}

/*
Background colors
*/

.primaryBackgroundColor{
background-color: #192741 !important;
}

.secondaryBackgroundColor{
background-color: #24375c !important;
}

.tertiaryBackgroundColor{
background-color: #25395D !important;
}

.quaternaryBackgroundColor{
background-color: #4F46E5 !important;
}

/*
Button colors
*/

.primaryButton{
background-color: #4F46E5 !important;
color: #DFE5EB !important;
}

.primaryButton:hover{
background-color: #4338CA !important;
}

.successButton{
background-color: #059669 !important;
color: #DFE5EB !important;
}

.successButton:hover{
background-color: #047857 !important;
}

.dangerButton{
background-color: #DC2626 !important;
color: #DFE5EB !important;
}

.dangerButton:hover{
background-color: #B91C1C !important;
}

.cancelButton{
background-color: #25395D !important;
border-color: #24375c !important;
color: #DFE5EB !important;
}

.cancelButton:hover{
background-color: #2c436d !important;
}

/*
Elements
*/

input{
background-color: #25395D !important;
color: #DFE5EB !important;
border-color: #152137 !important;
}

textarea{
background-color: #25395D !important;
color: #DFE5EB !important;
border-color: #152137 !important;
}

svg{
stroke: #4062a5 !important;
}

/*
Main menu
*/

.mainMenuLink{
background-color: #24375c !important;
color: #6B7280 !important;
}

.mainMenuLink:hover{
color: #DFE5EB !important;
border-color: #D1D5DB !important;
}

.mainMenuLinkSelected{
color: #DFE5EB !important;
border-color: #6366F1 !important;
}

.mainMenuMobileLink{
background-color: #24375c !important;
color: #DFE5EB !important;
}

.mainMenuMobileLink:hover{
background-color: #25395D !important;
border-color: #6B7280 !important;
}

.mainMenuMobileLinkSelected{
background-color: #25395D !important;
border-color: #6366F1 !important;
color: #6366F1 !important;
}

#main-menu-toggle-btn{
color: #9CA3AF !important;
}

#main-menu-toggle-btn:hover{
color: #6B7280 !important;
background-color: #25395D !important;
}

/*
Border colors
*/

.primaryBorderColor{
border-color: #152137 !important;
}

/*
Placeholder colors
*/

.primaryBorderColor::placeholder{
color: #6B7280;
opacity: 1;
}

.primaryBorderColor::-ms-input-placeholder { /* Microsoft Edge */
color: #6B7280;
opacity: 1;
}

/*
Stroke colors
*/

.primaryStrokeColor{
stroke: #DFE5EB !important;
}

/*
Passwords
*/

.passwordsBackgroundColor{
background-color: #192741 !important;
}

.passwordsBorderColor{
border-color: #111827 !important;
}

/*
Import and Export buttons
*/

.importExportButtons{
color: #b1bfce !important;
border-color: #192741 !important;
}

.importExportButtons:hover{
color: #91a6ba !important;
}

/*
Scroll bar
*/

::-webkit-scrollbar-track {
background: #24375c;
}

::-webkit-scrollbar-thumb {
background: #8580e5;
}

::-webkit-scrollbar-thumb:hover {
background: #4E47E0;
}
Loading

0 comments on commit 2897356

Please sign in to comment.