Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Back arrow and back button have different behavior on Login activity #137

Closed
eliseealex opened this issue Jun 17, 2015 · 14 comments
Closed
Labels

Comments

@eliseealex
Copy link
Collaborator

Back arrow and back button have different behavior on Login activity if user comes from application and want to add new account to existing. If user press back button application finishes, if user press back arrow application returns to application.

@0xModene
Copy link

Has anyone touched this? I'd like to help contribute. I can work on this.

@alorma
Copy link
Contributor

alorma commented Jun 27, 2015

You are welcome to contribute with that :)

@0xModene
Copy link

Getting "Error:Configuration with name 'debug' not found." when opening the project in Android Studio. Seen this before?

@alorma
Copy link
Contributor

alorma commented Jun 27, 2015

Maybe is a problem with configuration, look at GithubAndroidSDK readme for info

@alorma
Copy link
Contributor

alorma commented Jun 27, 2015

@zacaryparrish solved?

@0xModene
Copy link

Haven't had time to check. I'm currently away from home.

@0xModene
Copy link

@alorma still having the same issue. Followed the usage instructions on the README.

@alorma
Copy link
Contributor

alorma commented Jun 27, 2015

can't check now, i will try tomorrow

@ghost
Copy link

ghost commented Jul 15, 2015

I have the 'Error:Configuration with name 'debug' not found.' issue as well. Followed the usage instruction on the README, don't know how to fix this.

@alorma
Copy link
Contributor

alorma commented Jul 15, 2015

Did you guys updated to last develop branch commits?

On Wed, Jul 15, 2015, 22:07 arkadiytehgraet notifications@github.com
wrote:

I have this issue as well.


Reply to this email directly or view it on GitHub
#137 (comment)
.

@ghost
Copy link

ghost commented Jul 15, 2015

I've forked the repo 2 hours ago. git pull tells me 'Already update'. However, it seems like I've figured out the issue:
app build.gradle contains following lines:

debugCompile project(path: ':sdks:GithubAndroidSdk', configuration: 'debug')
releaseCompile project(path: ':sdks:GithubAndroidSdk', configuration: 'release')

But the sdks/GitHubAndroidSdk directory is empty so it fails to find the module. I've commented out those 2 lines and it at least started to compile (which obviously fails due to lack of the module).
I tried adding https://github.com/gitskarios/GithubAndroidSdk as submodule but git doesn't allow me, saying sdks/GithubAndroidSdk already exists in index. I'm a bit lost at how I can resolve this issue.

@alorma
Copy link
Contributor

alorma commented Jul 15, 2015

Did you pull from command line?

Then you need to pull submodules too.

git submodule init
git submodule update

After that

cd sdks/GithubAndroidSdk
git checkout develop

That should fix your problem

@ghost
Copy link

ghost commented Jul 15, 2015

Thanks, it solves the issue. Btw, was it documented anywhere or is it considered somewhat obvious? It's my first time trying to contribute to a project that big, so I don't know for sure.

@alorma
Copy link
Contributor

alorma commented Jul 15, 2015

It's not docunmented, i will add to Readme.

@ghost ghost mentioned this issue Jul 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants