├── .gradle ├── 7.4.2 │ ├── checksums │ │ ├── checksums.lock │ │ └── sha1-checksums.bin │ ├── dependencies-accessors │ │ ├── dependencies-accessors.lock │ │ └── gc.properties │ ├── executionHistory │ │ ├── executionHistory.bin │ │ └── executionHistory.lock │ ├── fileChanges │ │ └── last-build.bin │ ├── fileHashes │ │ ├── fileHashes.bin │ │ ├── fileHashes.lock │ │ └── resourceHashesCache.bin │ └── gc.properties ├── buildOutputCleanup │ ├── buildOutputCleanup.lock │ ├── cache.properties │ └── outputFiles.bin ├── file-system.probe └── vcs-1 │ └── gc.properties ├── .idea ├── .gitignore ├── .name ├── androidTestResultsUserPreferences.xml ├── compiler.xml ├── deploymentTargetDropDown.xml ├── gradle.xml ├── jarRepositories.xml ├── misc.xml ├── modules │ └── app │ │ ├── SparkWomen.app.androidTest.iml │ │ └── SparkWomen.app.unitTest.iml ├── render.experimental.xml └── vcs.xml ├── Media ├── AddContacts.jpeg ├── DS_Architecture.drawio.png ├── DS_SysDesign.drawio.png ├── DisplayLaw.jpeg ├── Helpline.jpeg ├── Home.jpeg ├── Laws.jpeg ├── SelfDefense.jpeg └── StartStopSms.jpeg ├── README.md ├── WSafe PPT.pptx ├── gradlew ├── gradlew.bat ├── local.properties └── settings.gradle /.gradle/7.4.2/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/7.4.2/checksums/checksums.lock -------------------------------------------------------------------------------- /.gradle/7.4.2/checksums/sha1-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/7.4.2/checksums/sha1-checksums.bin -------------------------------------------------------------------------------- /.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock -------------------------------------------------------------------------------- /.gradle/7.4.2/dependencies-accessors/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/7.4.2/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/7.4.2/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /.gradle/7.4.2/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/7.4.2/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /.gradle/7.4.2/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/7.4.2/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/7.4.2/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/7.4.2/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/7.4.2/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /.gradle/7.4.2/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/7.4.2/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /.gradle/7.4.2/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Sun Mar 19 21:06:57 IST 2023 2 | gradle.version=7.4.2 3 | -------------------------------------------------------------------------------- /.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /.gradle/file-system.probe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.gradle/file-system.probe -------------------------------------------------------------------------------- /.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | WSafety -------------------------------------------------------------------------------- /.idea/androidTestResultsUserPreferences.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/androidTestResultsUserPreferences.xml -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/compiler.xml -------------------------------------------------------------------------------- /.idea/deploymentTargetDropDown.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/deploymentTargetDropDown.xml -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/gradle.xml -------------------------------------------------------------------------------- /.idea/jarRepositories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/jarRepositories.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules/app/SparkWomen.app.androidTest.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/modules/app/SparkWomen.app.androidTest.iml -------------------------------------------------------------------------------- /.idea/modules/app/SparkWomen.app.unitTest.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/modules/app/SparkWomen.app.unitTest.iml -------------------------------------------------------------------------------- /.idea/render.experimental.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/render.experimental.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /Media/AddContacts.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/AddContacts.jpeg -------------------------------------------------------------------------------- /Media/DS_Architecture.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/DS_Architecture.drawio.png -------------------------------------------------------------------------------- /Media/DS_SysDesign.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/DS_SysDesign.drawio.png -------------------------------------------------------------------------------- /Media/DisplayLaw.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/DisplayLaw.jpeg -------------------------------------------------------------------------------- /Media/Helpline.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/Helpline.jpeg -------------------------------------------------------------------------------- /Media/Home.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/Home.jpeg -------------------------------------------------------------------------------- /Media/Laws.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/Laws.jpeg -------------------------------------------------------------------------------- /Media/SelfDefense.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/SelfDefense.jpeg -------------------------------------------------------------------------------- /Media/StartStopSms.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/Media/StartStopSms.jpeg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/README.md -------------------------------------------------------------------------------- /WSafe PPT.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/WSafe PPT.pptx -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/gradlew.bat -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SuriyaaVijay/WSafe-Women-Safety-Application/HEAD/local.properties -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "WSafety" --------------------------------------------------------------------------------