Skip to content

Conversation

@bilal-alsharifi
Copy link
Contributor

@bilal-alsharifi bilal-alsharifi commented Apr 12, 2018

  • Update project to use Android Studio
  • Update Gradle and dependencies
  • Update Sdl library to version 4.5
  • Ask user explicitly to grant permissions
  • Update icon
  • Update theme and colors
  • Replace images that have Apache license
  • Use MBT instead of LBT
  • Update package name to com.sdl.mobileweather

@bilal-alsharifi bilal-alsharifi changed the title [WIP] Feature/Convert to Android Studio project and other miscellaneous updates Feature/Convert to Android Studio project and other miscellaneous updates Apr 13, 2018
package="com.ford.mobileweather"
android:versionCode="26"
android:versionName="1.7.14 " >
package="com.ford.mobileweather">
Copy link
Member

Choose a reason for hiding this comment

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

I think we should rename this package, and thus all the code packages as well. com.sdl.mobileweather should work fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, I will update the package name to com.sdl.mobileweather.

<service android:name="com.ford.mobileweather.noaa.NOAAService" >
</service>
<!--<service android:name="com.ford.mobileweather.noaa.NOAAService" >-->
<!--</service>-->
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason this is commented out?

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 really :) I will just remove it completely.

@@ -1,7 +1,6 @@
package com.ford.mobileweather.activity;
Copy link
Member

Choose a reason for hiding this comment

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

The onCreate method should include the call to SmartDeviceLinkReceiver.queryForConnectedService(this);

@joeygrover joeygrover merged commit b98bb6d into develop Apr 16, 2018
@joeygrover joeygrover deleted the feature/use_android_studio branch April 16, 2018 19:31
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.

4 participants