-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6402386
commit 9bc4e98
Showing
11 changed files
with
277 additions
and
190 deletions.
There are no files selected for viewing
334 changes: 176 additions & 158 deletions
334
app/src/main/java/com/apjdminiproj/proton/Activities/MainActivity.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<resources> | ||
<string name="type_a_command">Type a Command</string> | ||
<string name="app_name">Proton</string> | ||
<string name="type_a_command">Type/Speak something</string> | ||
<string name="sample">Sample</string> | ||
<string name="you"><b>You</b></string> | ||
<string name="proton"><b>Proton</b></string> | ||
<string name="listening_to_you">Listening to you…</string> | ||
<string name="cancel">Cancel</string> | ||
<string name="help">Hello Protonite ! This is how I can help you : | ||
\n1. You can call anyone by using this command prefix : Call this Number | ||
\n2. You can search anything on Google by using this command prefix : Google this | ||
\n3. You can play any song/video on YouTube by using this command prefix : Play this | ||
\n4. You can send an SMS to anyone by using this command prefix : Ping | ||
\n5. You can take a Selfie by using this command : Take A Selfie | ||
\n6. You can take a Picture by using this command : Take A Picture | ||
\n7. You can turn FlashLight ON/OFF using this command : Turn ON/OFF FlashLight | ||
\n8. You can Increase/Decrease Brightness using this command : Increase/Decrease Brightness | ||
\n9. You can Set/Delete an Alarm using this command : Set/Delete An Alarm | ||
\n10. You can the Phone Settings using this command : Open Phone Settings | ||
\n11. You can view this Help List again by asking me to Help You | ||
\nYou can also have short and simple conversations with me. | ||
\nHappy Protoning ! | ||
</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string-array name="conversations"> | ||
<item>I am fine. I am sure that you\'re doing well too !</item> | ||
<item>I am doing well. I am always there to help you.</item> | ||
<item>I am fine as long as I am able to help you.</item> | ||
<item>I love being your Assistant !</item> | ||
<item>I am here only for you !</item> | ||
<item>Glad that you like me and my Service !</item> | ||
<item>Have a Nice Protonic Day !</item> | ||
<item>Good Day, Dear Protonite !</item> | ||
<item>Have a Nice Protonic Morning !</item> | ||
<item>Good Morning, Dear Protonite !</item> | ||
<item>Have a Nice Protonic Afternoon !</item> | ||
<item>Good Afternoon, Dear Protonite !</item> | ||
<item>Have a Nice Protonic Evening !</item> | ||
<item>Good Evening, Dear Protonite !</item> | ||
<item>Have Sweet Protonic Dreams!</item> | ||
<item>Good Night, Dear Protonite ! Don\'t forget to set an Alarm using Proton !</item> | ||
<item>Good Bye, Dear Protonite ! Waiting to help you again ! Closing the App now !</item> | ||
<item>Good Bye ! Let\'s meet again soon ! Closing the App now !</item> | ||
<item>I was created by : | ||
\n1. Arunprasadh C | ||
\n2. Joseph Daniel C</item> | ||
<item>@string/help</item> | ||
</string-array> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="purple_200">#FFBB86FC</color> | ||
<color name="purple_500">#FF6200EE</color> | ||
<color name="purple_700">#FF3700B3</color> | ||
<color name="teal_200">#FF03DAC5</color> | ||
<color name="teal_700">#FF018786</color> | ||
<color name="black">#000000</color> | ||
<color name="black_light">#2c2c2c</color> | ||
<color name="white">#FFFFFF</color> | ||
<color name="white_dark">#c0c0c0</color> | ||
<color name="white_slight_dark">#fafafa</color> | ||
<color name="white_dark">#d4d4d4</color> | ||
<color name="t_blue">#1383ff</color> | ||
<color name="t_blue_dark">#0057cb</color> | ||
<color name="t_blue_light">#6db2ff</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters