Skip to content

Conversation

aseggemu-fyber
Copy link

  • The project imported into Android Studio.
  • Replaced app icon launcher.
  • Replaced the layout colour with new Fyber logo colour.
  • Updated
    • .gitignore file
    • project file structure

- The project imported into Android Studio.
- Replaced app icon launcher.
- Replaced the layout colour to new Fyber logo colour.
- Updated .gitignore file
Copy link

@joaocunhajeronimo joaocunhajeronimo left a comment

Choose a reason for hiding this comment

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

The overall migration for Android Studio seems fine. However, this app seems a bit buggy... For starters there are some UI interactions directly from the Heyzap callbacks (witout a sync to the UI thread) lading to crashes.
Not sure if we should run some sort of smoke testing before linking it on the portal. Then again, curretnly we have an Eclipse app with the same bugs...

.gitignore Outdated
*.ipr
*.iws
.idea/
.idea/workspace.xml

Choose a reason for hiding this comment

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

Can you replace this and the lines below with

.idea/

?

Copy link
Author

Choose a reason for hiding this comment

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

I updated the .gitignore with the replace.
Please review commit
1a3875e

replaced with .idea/
@aseggemu-fyber
Copy link
Author

@joaocunhajeronimo
can you merge this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants