Skip to content

Commit

Permalink
added model specific assets and other meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragKalra committed Sep 20, 2022
1 parent 5ad5c39 commit 60abe9a
Show file tree
Hide file tree
Showing 17 changed files with 4,842 additions and 64 deletions.
15 changes: 1 addition & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,5 @@
/build/
/app/release/
/app/build/
/app/src/androidTest/
/app/src/test/
/app/src/main/assets/
/app/google-services.json
/app/proguard-rules.pro
/core/build/
/core/src/androidTest/
/core/src/test/
/core/src/main/assets/
/core/proguard-rules.pro
/build.gradle
/gradle.properties
/local.properties
/gradlew
/gradlew.bat
/core/build/
20 changes: 10 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.bruhascended.organiso"
minSdkVersion 26
targetSdkVersion 30
versionCode 1002
versionName "1.002"
versionCode 1010
versionName "1.01"

kotlinOptions {
freeCompilerArgs += ['-XXLanguage:+UnitConversion']
Expand Down Expand Up @@ -61,22 +61,22 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "androidx.viewpager2:viewpager2:1.0.0"

implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-rc01"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
implementation 'androidx.fragment:fragment-ktx:1.3.0-rc01'
implementation 'androidx.work:work-runtime:2.4.0'
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0"
implementation 'androidx.fragment:fragment-ktx:1.3.0'
implementation 'androidx.work:work-runtime:2.5.0'

implementation 'commons-io:commons-io:2.6'

implementation 'com.google.android.material:material:1.3.0-beta01'
implementation 'com.google.android.material:material:1.3.0'

implementation 'com.mikhaellopez:circularprogressbar:3.0.3'
implementation 'com.squareup.picasso:picasso:2.71828'


implementation 'com.google.firebase:firebase-core:18.0.0'
implementation 'com.google.firebase:firebase-analytics:18.0.0'
implementation 'com.google.firebase:firebase-perf:19.0.11'
implementation 'com.google.firebase:firebase-core:18.0.2'
implementation 'com.google.firebase:firebase-analytics:18.0.2'
implementation 'com.google.firebase:firebase-perf:19.1.1'
implementation 'com.google.firebase:firebase-database:19.6.0'
implementation 'com.google.firebase:firebase-storage:19.2.1'

Expand Down
40 changes: 40 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"project_info": {
"project_number": "1033526587251",
"firebase_url": "https://sms-organiser-android.firebaseio.com",
"project_id": "sms-organiser-android",
"storage_bucket": "sms-organiser-android.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1033526587251:android:09d9b49f5e4d3241045f06",
"android_client_info": {
"package_name": "com.bruhascended.organiso"
}
},
"oauth_client": [
{
"client_id": "1033526587251-uf5gopollljcjdlfud9jaekrtu8ro90u.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyATwHySjZ3bUXOMuDaty2Ribvvzk60eubI"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "1033526587251-uf5gopollljcjdlfud9jaekrtu8ro90u.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.WRITE_SMS" />
<uses-permission android:name="android.permission.RECEIVE_SMS" />
<uses-permission android:name="android.permission.RECEIVE_SMS" />
<uses-permission android:name="android.permission.RECEIVE_MMS" />
<uses-permission android:name="android.permission.RECEIVE_WAP_PUSH" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
Expand Down
59 changes: 30 additions & 29 deletions app/assets/LICENSE → app/src/main/assets/license.html
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
Copyright 2020 Chirag Kalra
Copyright 2020 Chirag Kalra <br><br>

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Apache License<br>
Version 2.0, January 2004<br>
http://www.apache.org/licenses/<br><br>

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION<br><br>

1. Definitions.
1. Definitions.<br><br>

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
and distribution as defined by Sections 1 through 9 of this document.<br><br>

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
the copyright owner that is granting the License.<br><br>

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
outstanding shares, or (iii) beneficial ownership of such entity.<br><br>

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
exercising permissions granted by this License.<br><br>

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
source, and configuration files.<br><br>

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
and conversions to other media types.<br><br>

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
(an example is provided in the Appendix below).<br><br>

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
the Work and Derivative Works thereof.<br><br>

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
Expand All @@ -59,18 +59,18 @@
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
designated in writing by the copyright owner as "Not a Contribution."<br><br>

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
subsequently incorporated within the Work.<br><br>

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
Work and such Derivative Works in Source or Object form.<br><br>

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
Expand All @@ -86,24 +86,24 @@
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
as of the date such litigation is filed.<br><br>

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
meet the following conditions:<br><br>

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
Derivative Works a copy of this License; and<br><br>

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
stating that You changed the files; and<br><br>

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
the Derivative Works; and<br><br>

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
Expand All @@ -120,27 +120,27 @@
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
as modifying the License.<br><br>

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
the conditions stated in this License.<br><br>

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
with Licensor regarding such Contributions.<br><br>

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
origin of the Work and reproducing the content of the NOTICE file.<br><br>

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Expand All @@ -150,7 +150,7 @@
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
risks associated with Your exercise of permissions under this License.<br><br>

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
Expand All @@ -162,7 +162,7 @@
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
has been advised of the possibility of such damages.<br><br>

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
Expand All @@ -173,6 +173,7 @@
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
of your accepting any such warranty or additional liability.<br><br>

END OF TERMS AND CONDITIONS

40 changes: 40 additions & 0 deletions app/src/main/assets/privacy_policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<p class="has-line-data" data-line-start="0" data-line-end="2"><strong>Privacy Policy</strong><br>
Chirag Kalra built the Organiso app as an Open Source app. This SERVICE is provided by Chirag Kalra at no cost and is intended for use as is.</p>
<p class="has-line-data" data-line-start="3" data-line-end="4">This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.</p>
<p class="has-line-data" data-line-start="5" data-line-end="6">If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.</p>
<p class="has-line-data" data-line-start="7" data-line-end="8">The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Organiso unless otherwise defined in this Privacy Policy.</p>
<p class="has-line-data" data-line-start="9" data-line-end="10"><strong>Information Collection and Use</strong></p>
<p class="has-line-data" data-line-start="11" data-line-end="13">I will never ask you to provide me with personally identifiable information.<br>
The information that Organiso uses to provide you with it’s services are (a) Your phone number (b) Your contacts © Your messages, this information will be retained on your device and is not collected by me in any way.</p>
<p class="has-line-data" data-line-start="14" data-line-end="15">The app does use third party services that may collect information used to identify you.</p>
<p class="has-line-data" data-line-start="16" data-line-end="17">Link to privacy policy of third party service providers used by the app</p>
<ul>
<li class="has-line-data" data-line-start="18" data-line-end="19"><a href="https://www.google.com/policies/privacy/">Google Play Services</a></li>
<li class="has-line-data" data-line-start="19" data-line-end="20"><a href="https://firebase.google.com/policies/analytics">Google Analytics for Firebase</a></li>
<li class="has-line-data" data-line-start="20" data-line-end="22"><a href="https://firebase.google.com/support/privacy/">Firebase Crashlytics</a></li>
</ul>
<p class="has-line-data" data-line-start="22" data-line-end="24"><strong>Bug Report</strong><br>
I want to inform you that whenever you manually Report a Bug, I collect information about your device which contains your android version, device manufacturer and device model to help me identify the problem. This is also explicitly stated when you Report a Bug.</p>
<p class="has-line-data" data-line-start="25" data-line-end="27"><strong>Log Data</strong><br>
I want to inform you that whenever you use my Service, in a case of an error in the app I collect data and information (through third party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing my Service, the time and date of your use of the Service, and other statistics.</p>
<p class="has-line-data" data-line-start="28" data-line-end="30"><strong>Service Providers</strong><br>
I may employ third-party companies and individuals due to the following reasons:</p>
<ul>
<li class="has-line-data" data-line-start="31" data-line-end="32">To facilitate our Service;</li>
<li class="has-line-data" data-line-start="32" data-line-end="33">To provide the Service on our behalf;</li>
<li class="has-line-data" data-line-start="33" data-line-end="34">To perform Service-related services; or</li>
<li class="has-line-data" data-line-start="34" data-line-end="36">To assist us in analyzing how our Service is used.</li>
</ul>
<p class="has-line-data" data-line-start="36" data-line-end="37">I want to inform users of this Service that these third parties have access to your Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.</p>
<p class="has-line-data" data-line-start="38" data-line-end="40"><strong>Security</strong><br>
I value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.</p>
<p class="has-line-data" data-line-start="41" data-line-end="43"><strong>Links to Other Sites</strong><br>
This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.</p>
<p class="has-line-data" data-line-start="44" data-line-end="46"><strong>Children’s Privacy</strong><br>
I do not collect personally identifiable information irrespective of age.</p>
<p class="has-line-data" data-line-start="47" data-line-end="49"><strong>Changes to This Privacy Policy</strong><br>
I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page.</p>
<p class="has-line-data" data-line-start="50" data-line-end="51">This policy is effective as of 2020-11-21</p>
<p class="has-line-data" data-line-start="52" data-line-end="54"><strong>Contact Us</strong><br>
If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p class="has-line-data" data-line-start="55" data-line-end="56">This privacy policy page was created at <a href="https://privacypolicytemplate.net">privacypolicytemplate.net</a>, modified/generated by <a href="https://app-privacy-policy-generator.nisrulz.com/">App Privacy Policy Generator</a> and edited by Chirag Kalra.</p>
Loading

0 comments on commit 60abe9a

Please sign in to comment.