aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/WPWebViewActivity.java
AgeCommit message (Expand)Author
2016-07-20Removes unnecessary slide out call now that slide-in is disabledOguz Kocer
2016-06-09Disable links on post previewDanilo Ercoli
2016-05-04Added `AppLockManager.getInstance().setExtendedTimeout();` when external brow...Nick Bradbury
2016-05-04Changed WPWebViewActivity to use ReaderActivityLauncher.openUrlNick Bradbury
2016-05-03Cleaned up a commentNick Bradbury
2016-05-03Referrer is now only passed to webView activity from reader, also setting utm...Nick Bradbury
2016-05-03Added referer header when making `loadUrl` callNick Bradbury
2016-02-15invalid_blog_url_message renamed as invalid_site_url_messageOguz Kocer
2016-02-09Rename invalid_url_message string to invalid_blog_url_message to avoid confusionOguz Kocer
2016-01-29Rewrite ViewSiteActivity to implement WebViewActivityNick Bradbury
2016-01-29Added configureWebView() so the webView can be pre-configured prior to naviga...Nick Bradbury
2016-01-29Always assign WebViewClient and WebChromeClientNick Bradbury
2016-01-29Move SuppressLintNick Bradbury
2016-01-29Always enable JavaScript and DOM storageNick Bradbury
2016-01-28WebView activity (and therefore WPWebViewActivity) uses a separate routine to...Nick Bradbury
2016-01-28Only load URL on initial creation, then save & restore webView state so curre...Nick Bradbury
2015-12-21Add utility methods to check if a URL is wpcom.Danilo Ercoli
2015-09-08add a SHARABLE_URL option to WPWebViewActivityMaxime Biais
2015-09-08code stylingMaxime Biais
2015-05-20Added transitions everywhere except notificationsNick Bradbury
2015-05-05remove mIsWordPressComUser from AccountModel and set hasAccessToken() friendl...Maxime Biais
2015-04-03replaced ACCESS_TOKEN and WPCOM_USERNAME preferences by a call to the default...Maxime Biais
2015-04-02new Account model + actions + db persistence and migrationMaxime Biais
2015-03-30Merge branch 'develop' into feature/modularize-editorMaxime Biais
2015-03-20Added support for `WPWebViewClient` to pass the token for image requests.Dan Roundhill
2015-03-03Merge branch 'develop' of github.com:wordpress-mobile/WordPress-Android into ...Maxime Biais
2015-02-19No need to pass the password to WPWebViewActivity any longer.Dan Roundhill
2015-02-19Removed password from Stats when loading WebView.Dan Roundhill
2015-02-18Web views now support passing token as an additional parameter for authorizin...Dan Roundhill
2015-02-17Remove password credentials on app upgrade.Dan Roundhill
2015-02-09move WPEditText to WordPressUtils and reorganize WordPressUtilsMaxime Biais
2014-11-12fix WebViewActivity and ViewSiteActivityMaxime Biais
2014-09-26Make LOCAL_BLOG_ID public since it could be used to launch the activity.Danilo Ercoli
2014-09-25Added comment about usage to WPWebViewActivityDanilo Ercoli
2014-09-25Merge AuthenticatedWebViewActivity and DotComAuthenticatedWebViewActivity in ...Danilo Ercoli