|
|
@ -12,6 +12,8 @@ import android.webkit.ValueCallback; |
|
|
|
import android.webkit.WebChromeClient.CustomViewCallback; |
|
|
|
import android.webkit.WebChromeClient.CustomViewCallback; |
|
|
|
import android.webkit.WebView; |
|
|
|
import android.webkit.WebView; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import acr.browser.lightning.view.LightningView; |
|
|
|
|
|
|
|
|
|
|
|
public interface BrowserController { |
|
|
|
public interface BrowserController { |
|
|
|
|
|
|
|
|
|
|
|
void updateUrl(String title, boolean shortUrl); |
|
|
|
void updateUrl(String title, boolean shortUrl); |
|
|
@ -36,6 +38,8 @@ public interface BrowserController { |
|
|
|
|
|
|
|
|
|
|
|
void onCreateWindow(Message resultMsg); |
|
|
|
void onCreateWindow(Message resultMsg); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void onCloseWindow(LightningView view); |
|
|
|
|
|
|
|
|
|
|
|
Activity getActivity(); |
|
|
|
Activity getActivity(); |
|
|
|
|
|
|
|
|
|
|
|
void hideActionBar(); |
|
|
|
void hideActionBar(); |
|
|
|