Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finished Database working #12

Merged
merged 50 commits into from Feb 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
abbc481
Deleted unnecessary methods from CommonOperations
Javinator9889 Oct 29, 2018
6cf4da7
Updated EntryOperations
Javinator9889 Oct 29, 2018
02c995d
Created ThreadExecutor with required interfaces and classes
Javinator9889 Oct 30, 2018
5e78e09
Finished Entry insert methods
Javinator9889 Oct 30, 2018
34a8d4f
Removed unnecessary entry set methods
Javinator9889 Oct 30, 2018
54be88b
Created enum for correlating all the tables and values
Javinator9889 Oct 30, 2018
ba3f18c
Finished Entry get methods for database
Javinator9889 Oct 30, 2018
4e19fbc
Finished file reformatting
Javinator9889 Oct 31, 2018
96f8f77
Created category classes - need to finish implementation
Javinator9889 Oct 31, 2018
3a309c6
Added Travis CI
Javinator9889 Nov 1, 2018
32e6d78
Updated README - added Travis button
Javinator9889 Nov 1, 2018
5d4f9d9
Permission access for Travis CI
Javinator9889 Nov 1, 2018
bfafb3a
Default gradlew build
Javinator9889 Nov 1, 2018
391d1dc
Travis CI removed "clean" as it causes error - included stacktrace
Javinator9889 Nov 1, 2018
8465c77
Travis CI removed "connectionCheck": causes error
Javinator9889 Nov 1, 2018
65ef874
CategoryOperations finished
Javinator9889 Nov 1, 2018
41650b5
SecurityCodesOperations finished
Javinator9889 Nov 1, 2018
c901c04
FieldsOperations finished
Javinator9889 Nov 1, 2018
cb37150
Updated database file and correspondent classes
Javinator9889 Nov 2, 2018
9c051b2
Completed code for PasswordOperations
Javinator9889 Nov 2, 2018
299edba
Completed code for ImageOperations
Javinator9889 Nov 2, 2018
02b79d0
Completed code for Long and Small Texts Operations
Javinator9889 Nov 2, 2018
4dc9c50
Renamed folders (non plural name)
Javinator9889 Nov 2, 2018
ad234bf
Finished classes for database operations - configuration
Javinator9889 Nov 2, 2018
18de4d6
Little fix on SmallTextConfigOperations
Javinator9889 Nov 2, 2018
3594803
Generated OSQL script and included new dependencies - class "Generato…
Javinator9889 Nov 5, 2018
52e92e6
Removed unnecessary interfaces
Javinator9889 Nov 5, 2018
1fad67f
Generated new tests and changed Database classes with the new require…
Javinator9889 Nov 5, 2018
d707379
Updated tests and IOManager methods
Javinator9889 Nov 5, 2018
084a81d
Finished with Android Key Store
Javinator9889 Nov 11, 2018
2656ad1
Scrypt included for project encryption
Javinator9889 Nov 30, 2018
65583fa
Overloaded methods next to each other
Javinator9889 Nov 30, 2018
b04f48d
Changed ThreadingExecutor by ThreadsPooling
Javinator9889 Nov 30, 2018
91e2c05
Removed threading class - using Javinator9889:ThreadingTools instead
Javinator9889 Nov 30, 2018
0b1faf7
Updated Manifest - support for RTL (implementation needed)
Javinator9889 Nov 30, 2018
95a257b
Wrapped insert statements between transaction blocks
Javinator9889 Dec 29, 2018
a2c4e3d
Rewritting history - git updates
Javinator9889 Jan 6, 2019
c0e209a
Merge branch 'database' of https://github.com/Javinator9889/SecurePas…
Javinator9889 Jan 6, 2019
a81edf6
Finished category tests
Javinator9889 Jan 7, 2019
3de8152
Updated methods for using Map instead of index values (the values doe…
Javinator9889 Jan 7, 2019
5ae5a5f
Renamed application folder
Javinator9889 Jan 21, 2019
8b0c8ac
Removed unnecessary files and added .gitignore
Javinator9889 Jan 21, 2019
415b9be
Included gitignore
Javinator9889 Jan 21, 2019
f4f1e47
Added gitignore and updated TravisCI configuration file
Javinator9889 Jan 21, 2019
b5d96ab
CleanCode optimizations
Javinator9889 Jan 21, 2019
2484e1e
Database modifications - in SQLite, only one primary key is required
Javinator9889 Jan 23, 2019
d540dfa
Updated .gitignore and removed unnecessary files
Javinator9889 Jan 23, 2019
c14604e
Entry tests and Entry fields tests finished
Javinator9889 Jan 26, 2019
737a45f
Created necessary class for working with QRCodes
Javinator9889 Feb 2, 2019
cd4041f
Finished databases test - able to merge
Javinator9889 Feb 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions .travis.yml
@@ -0,0 +1,25 @@
language: android
sudo: required
dist: precise
jdk: oraclejdk8

env:
global:
- ANDROID_API_LEVEL=28
- EMULATOR_API_LEVEL=21
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
- ANDROID_ABI=armeabi-v7a
- ANDROID_TAG=google_apis

android:
components:
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository

script:
- ./SecurePass/gradlew build --stacktrace
Binary file removed APP/.idea/caches/build_file_checksums.ser
Binary file not shown.
77 changes: 0 additions & 77 deletions APP/.idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions APP/.idea/codeStyles/codeStyleConfig.xml

This file was deleted.