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

Animations, themes, headlines, vecs, loading dialog and clean-ups #40

Merged
merged 28 commits into from
Feb 13, 2022

Conversation

rafaisen
Copy link
Contributor

Major changes:

  1. Created a method to face any MeshComponent to a GLCamera;
  2. Modified Theme class: new methods for colour creation and conversion;
  3. New Headline constructor;
  4. New Vec rotation methods by cardinal orientation and clockwise or counterclockwise;
  5. Subclasses of Setup can now change the loading text and background;
  6. Subclasses of Setup can now use the new ErrorHandler, instead of its deprecated version, and allow the user to send emails to the developer if an error occurs;
  7. Upgrades and clean-ups.

rafaisen and others added 28 commits March 4, 2019 16:00
Configured as Android library.
Created new theme colors: white and grey.
Deleted .project, .classpath and .class unnecessary files.
Method named 'faceMeshToCamera' in AnimationFaceToCamera class.
Cleaned up AnimationFaceToCamera class;
Made its new faceMeshToCamera method static.
Created new toARGB method so it transforms the String hexadecimal/name
into int value;
Created two initToColor methods to init and return any ThemeColors
given the colors of text box, shadow and text in String or int values.
Modified new toARGB method to specify the color param args;
Simplified initToColor methods to init and return any ThemeColors
given the colors of text box, shadow and text in String or int values.
Modified new toARGB method so it now only converts hexadecimal into int
by a substring method.
Modified new toARGB method so it now only converts hexadecimal into int
by receiving only ARGB hexadecimal int color;
Renamed initToColor methods to update the changes made in new toARGB.
Renamed initARGBToColor to initToARGBColor.
so it can be possible to create an Headline with a bitmap, text,
text size, text color and background color.
so it can be chosen which cardinal orientation and clockwise or counterclockwise.
Working :
ARMarker with OpenCv 3.4.1 (Need to implement the 2 used native function in java)

Launching :
MarkerDemos
SimpleUITests
Android Studio 3.5 (No using AndroidX for now)
Revert "Android Studio 3.5 (No using AndroidX for now)"
… loading text needs to be changed;

It needs to be set by any Setup's subclasses;
And it is changed in addOverlaysAndShowInfoScreen(String loadingText) new method of Setup abstract class.
…d version and permit the user to send emails to the developer if an error occurs.
@simon-heinen simon-heinen merged commit 4a4f415 into simon-heinen:master Feb 13, 2022
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

4 participants