geniusgithub / AndroidDialer

google dialer
196 stars 110 forks source link

License? #8

Open AndroidDeveloperLB opened 6 years ago

AndroidDeveloperLB commented 6 years ago

What is the license? Is this imported from official Android code? If so, how?

geniusgithub commented 6 years ago

the project is copy from AOSP dialer code(7.0) only add some change for compatible

AndroidDeveloperLB commented 6 years ago

Nice, but can you please put the license?

Also, can you please show how you've imported it? Maybe could be nice to import a newer version of the dialer...

geniusgithub commented 6 years ago

I will add license in README.md I only create a empty android studio project and copy the aosp dialer code to it, not import directly I'll update the new code by Android O when I have free

AndroidDeveloperLB commented 6 years ago

Can you please tell what are the steps to use what's on AOSP dialer? I mean, you took the code from somewhere... How did you get this code? Did you clone some repository ?

geniusgithub commented 6 years ago

git clone https://android.googlesource.com/platform/packages/apps/Dialer

you can get more git project by the command as bellow git clone http://android.googlesource.com/platform/manifest.git

AndroidDeveloperLB commented 6 years ago

I've tried to clone, but then got this weird folders structure:

image

When trying to import it via the IDE, it failed:

image

How come?

geniusgithub commented 6 years ago

I only create a empty android studio project and copy the aosp dialer code to it, not import directly

AndroidDeveloperLB commented 6 years ago

Can you please explain which files and folders to copy? The folder has a lot of sub-folders, and the "res" folders exist in illogical places, together with Java files...

See attached video: 2018-09-03_17-50-25.zip

AndroidDeveloperLB commented 6 years ago

Even after putting all sorts of Java files, I can see files spread in illogical places, and there are some that are missing, such as "InteractionEvent.java".

odmfl commented 2 years ago

The aosp dialer is finally ported for Android Studio

https://github.com/edodson84/Aosp_Dialer_10_Gradle