gazlaws-dev / codeboard

Codeboard App
Other
566 stars 116 forks source link

FIXED ISSUE #25 : Enhancement: Do not output space when changing keyboard #111

Closed ShadyGeek closed 1 year ago

ShadyGeek commented 1 year ago

FIXED ISSUE #25 : Enhancement: Do not output space when changing keyboard

gazlaws-dev commented 1 year ago

It's been a while since I worked on Android projects, could you quickly describe the config changes you made (everything other than the .java file)?

ShadyGeek commented 1 year ago

It's been a while since I work on Android projects, could you quickly describe the config changes you made (everything other than the .java file)? Haven't changed anything, but this file.

gazlaws-dev commented 1 year ago

It's been a while since I work on Android projects, could you quickly describe the config changes you made (everything other than the .java file)? Haven't changed anything, but this file.

I suppose the changes in .idea/* are auto-generated by Android Studio - then I think it all looks good!

Have you deployed the changes to your local android phone, and tested them? I know you're on a deadline so I'd love to merge this for you now, before I get busy with work and forget to test it on my phone.

ShadyGeek commented 1 year ago

It's been a while since I work on Android projects, could you quickly describe the config changes you made (everything other than the .java file)? Haven't changed anything, but this file.

I suppose the changes in .idea/* are auto-generated by Android Studio - then I think it all looks good!

Have you deployed the changes to your local android phone, and tested them? I know you're on a deadline so I'd love to merge this for you now, before I get busy with work and forget to test it on my phone.

I don't own an android device, so I tested everything in the Android Studio, while developing and applying the changes. Everything looked good though, yeah!

ShadyGeek commented 1 year ago

It's been a while since I work on Android projects, could you quickly describe the config changes you made (everything other than the .java file)? Haven't changed anything, but this file.

I suppose the changes in .idea/* are auto-generated by Android Studio - then I think it all looks good!

Have you deployed the changes to your local android phone, and tested them? I know you're on a deadline so I'd love to merge this for you now, before I get busy with work and forget to test it on my phone.

Yes, the rest of the changes were auto generated.

gazlaws-dev commented 1 year ago

It's been a while since I work on Android projects, could you quickly describe the config changes you made (everything other than the .java file)? Haven't changed anything, but this file.

I suppose the changes in .idea/* are auto-generated by Android Studio - then I think it all looks good! Have you deployed the changes to your local android phone, and tested them? I know you're on a deadline so I'd love to merge this for you now, before I get busy with work and forget to test it on my phone.

I don't own an android device, so I tested everything in the Android Studio, while developing and applying the changes. Everything looked good though, yeah!

In that case, can you unstage the .idea/* files before you commit? I don't want to break the existing config files.

ShadyGeek commented 1 year ago

It's been a while since I work on Android projects, could you quickly describe the config changes you made (everything other than the .java file)? Haven't changed anything, but this file.

I suppose the changes in .idea/* are auto-generated by Android Studio - then I think it all looks good! Have you deployed the changes to your local android phone, and tested them? I know you're on a deadline so I'd love to merge this for you now, before I get busy with work and forget to test it on my phone.

I don't own an android device, so I tested everything in the Android Studio, while developing and applying the changes. Everything looked good though, yeah!

In that case, can you unstage the .idea/* files before you commit? I don't want to break the existing config files.

Yeah, yeah, no problem, I will only commit the changes I made to the .java file!