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

Abgabe Moritz Wehlitz #8

Open
wants to merge 29 commits into
base: state_main_fragment
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b58139f
added ChatGpt tool
Jul 25, 2023
ed0dd05
ChatGpt is queried, and answer is displayed in TextView
Jul 25, 2023
e173683
getting input via speech recognition - hints
Jul 25, 2023
c50d6a9
getting input via speech recognition - solution
Jul 25, 2023
5d0b746
added mysterious changes :-)
Jul 26, 2023
e937e36
ChatGpt's answer is read out via TextToSpeech
Jul 26, 2023
1b6f74e
added settings, API token can now be configured
Jul 26, 2023
bdad310
added ChatGTP logo, removed other logos, added German translation
Jul 26, 2023
031cadb
added Chat model
Jul 26, 2023
d4f19c3
ChatGpt uses Chat objects, can now do continuous chats
Jul 26, 2023
2f5949b
Gradle plugin updated
Jul 26, 2023
ca93923
Chat is saved and restored now
Jul 27, 2023
0850a90
merged e11 into main branch, upgraded agp to 8.1.3
Roestzwiebler Nov 11, 2023
91e6c69
fixed error where app crashes if speech input is empty, added settings
Roestzwiebler Nov 11, 2023
0acb352
added color, added username/gptname
Roestzwiebler Nov 12, 2023
90c8216
changed CharSequence to String
Roestzwiebler Nov 12, 2023
63fd9cd
added translations, edited Message class to allow color and names to …
Roestzwiebler Nov 12, 2023
95a5311
added further translations
Roestzwiebler Nov 12, 2023
5979640
added functionality for asktext button, moved some code to askchatgpt…
Roestzwiebler Nov 12, 2023
f123024
removed unnecessary comments
Roestzwiebler Nov 12, 2023
6f08a80
Create README.md
Roestzwiebler Nov 13, 2023
ac3ceb5
upgraded agp from 8.1.3 to 8.1.4
Roestzwiebler Nov 21, 2023
e395e04
Merge remote-tracking branch 'origin/state_main_fragment' into state_…
Roestzwiebler Nov 21, 2023
18d92cb
moved Color.parseColor into appendColoredText
Roestzwiebler Nov 21, 2023
e5eef0f
changed actionbar title
Roestzwiebler Nov 22, 2023
5c05869
changed colors
Roestzwiebler Nov 22, 2023
92741af
Update README.md
Roestzwiebler Nov 22, 2023
c9fcb14
Update README.md
Roestzwiebler Nov 22, 2023
227d30d
Update README.md
Roestzwiebler Nov 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Gradle plugin updated
  • Loading branch information
Christian Soltenborn committed Jul 26, 2023
commit 2f5949bb818c2fee6b4d53f2192580ddea90b181
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '8.1.0' apply false
id 'com.android.library' version '8.1.0' apply false
}