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

Make geo classes less linked and implement build without them #130

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Feodor0090
Copy link
Contributor

TODO:

  • Убедиться, что ничего не сломалось на нормальной версии
  • Убедиться, что но_гео версия действительно запускается на жбеде

proguard.basecfg Outdated
@@ -27,4 +27,5 @@
}

-keep public class * extends javax.microedition.midlet.MIDlet
-keep public class * extends mahomaps.map.ILocationAPI
Copy link
Collaborator

Choose a reason for hiding this comment

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

С этим не согласен

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Доправь тогда как надо. По идее, надо только имя запретить трогать.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Перечитал все, понял почему так надо

@@ -20,7 +14,7 @@ public class GeoUpdateThread extends Thread {
* Состояние получения геопозиции. Одно из state-значений.
*/
public int state;
private LocationAPI locationAPI;
private ILocationAPI locationAPI;
Copy link
Collaborator

Choose a reason for hiding this comment

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

А вот это гениально

shinovon
shinovon previously approved these changes Sep 13, 2023
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.

2 participants