Skip to content

joninvski/even_better_password_maker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
ci
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Even Better Passwork Maker

Build Status

Play Store EBPM

Attribution

Part of the code was based on passwordmaker-je. https://code.google.com/p/passwordmaker-je/

Kudos to the dev of the project

Compile

ANDROID_HOME=/home/.../android/sdk; export ANDROID_HOME # Optional
./gradlew assemble

Install on device

# Make sure emulator is running or connected to real device
./gradlew installDebug

Activity tests

# Installs and runs the tests for Build 'debug' on connected devices.
./gradlew connectedAndroidTest

# Runs all the instrumentation test variations on all the connected devices
./gradlew spoon        # results in app/build/spoon/debug/index.html

Code quality

# Runs lint on all variants
./gradlew lint         # results in app/build/lint-results.html

# Run tests and generate Cobertura coverage reports
./gradlew cobertura    # results in domain/build/reports/cobertura/index.html

# Checks if the code is accordings with the code style
./gradlew domain:check app:checktyle   # results in domain/build/reports/checkstyle/main.xml

Robelectric tests

# Runs the roboelectric tests (do not need an emeulator)
./gradlew :app:testDebug

Unit tests

# Run the unit tests of the domain subproject
./gradlew :domain:test # Check the results in _domain/build/reports/tests/index.html_

Create apk for market

./release.sh ~/path_to_keystore

Libraries Used

License

/*
 * EvenBetterPasswordMaker
 * Copyright (C) 2014 Joao Trindade
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

About

Another password maker application

Resources

License

Stars

Watchers

Forks

Packages

No packages published