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

for #525 Replace Logo with New Design #716

Merged
merged 4 commits into from
Mar 29, 2017
Merged

Conversation

seventhmoon
Copy link
Contributor

@seventhmoon seventhmoon commented Mar 12, 2017

for #525
New GDG Icon for Launcher
Added Font Google Product Sans

screenshot_1489305536

screenshot_1489305472

 added - font of google product sans
replaced drawer icon of home by vector drawable
@@ -110,7 +110,7 @@ public void onClick(View view) {
}

private void populateMainGroup(Menu menu) {
menu.add(GROUP_ID, DRAWER_HOME, Menu.NONE, R.string.home_gdg).setIcon(R.drawable.ic_drawer_home_gdg);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the great pr :) Finally we have the new icons.

I was thinking I if this old png is used anywhere else or not. If not we should remove it.

Also do you think that this vector will work on older devices? Would be good to provide Screenshots in the description of the pr

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Emulator w/ API level 16.
Checked no other usage of old image, removed in next commit.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

seventhmoon and others added 2 commits March 12, 2017 15:37
update - project now targets Android Studio 2.3
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-all.zip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to keep dependency updates in separate PRs but it is fine.
I want to merge the PR but there is a bug fix release 3.4.1, can you update it?

@@ -61,7 +61,7 @@ ext {
buildToolsVersion = '25.0.2'

// App dependencies
supportLibraryVersion = '25.1.0'
supportLibraryVersion = '25.2.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is support lib version upgrade related to vectors?
Should we even upgrade to later version 25.3.1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related.
But let me build with 25.3.1 and test.

@tasomaniac
Copy link
Member

Considering that the PR was open already for several days, merging it now. My comments are not that important.
Thanks for the contributions. Really good. 👍

@tasomaniac tasomaniac merged commit 6b7d717 into gdg-x:develop Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants