-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: main
Are you sure you want to change the base?
Conversation
proguard.basecfg
Outdated
@@ -27,4 +27,5 @@ | |||
} | |||
|
|||
-keep public class * extends javax.microedition.midlet.MIDlet | |||
-keep public class * extends mahomaps.map.ILocationAPI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
С этим не согласен
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Доправь тогда как надо. По идее, надо только имя запретить трогать.
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А вот это гениально
TODO: