Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/darvin/zirco-browser
/ functions
Functions
776 in github.com/darvin/zirco-browser
⨍
Functions
776
◇
Types & classes
112
↓ 2 callers
Method
askForRestart
Ask user to restart the app. Do it if click on "Yes".
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:246
↓ 2 callers
Method
build
()
src/org/emergent/android/weave/client/WeaveUtil.java:192
↓ 2 callers
Method
buildUpon
(URI serverUri)
src/org/emergent/android/weave/client/WeaveUtil.java:91
↓ 2 callers
Method
buildUserUriFromSubpath
(String subpath)
src/org/emergent/android/weave/client/UserWeave.java:233
↓ 2 callers
Method
checkInMobileViewUrlList
Check if there is an item in the mobile view url list that match a given url. @param context The current context. @param url The url to check. @return
src/org/zirco/utils/UrlUtils.java:82
↓ 2 callers
Method
clearFormData
Display confirmation and clear form data.
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:364
↓ 2 callers
Method
clearHistory
Display confirmation and clear history.
src/org/zirco/ui/activities/HistoryListActivity.java:230
↓ 2 callers
Method
clearHistory
Display confirmation and clear the history.
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:336
↓ 2 callers
Method
clearWeaveBookmarks
(ContentResolver contentResolver)
src/org/zirco/providers/BookmarksProviderWrapper.java:600
↓ 2 callers
Method
clearWhiteList
Display a confirmation dialog and clear the white list.
src/org/zirco/ui/activities/AdBlockerWhiteListActivity.java:231
↓ 2 callers
Method
convertFromDatabase
Parse a string representation of a date in default format to a Date object. @param context The current context. @param date The date to convert. @retu
src/org/zirco/utils/DateUtils.java:59
↓ 2 callers
Method
createClientConnectionManager
(boolean threadSafe)
src/org/emergent/android/weave/client/WeaveTransport.java:195
↓ 2 callers
Method
decode
Decodes the given Base32 String to a raw byte array. @param base32 @return Decoded <code>base32</code> String as a raw byte array.
src/org/emergent/android/weave/client/Base32.java:103
↓ 2 callers
Method
decodeLastBlock
(OutputStream out, char c1, char c2, char c3, char c4)
src/org/emergent/android/weave/client/Base64Encoder.java:236
↓ 2 callers
Method
doDownloadStart
Initiate a download. Check the SD card and start the download runnable. @param url The url to download. @param userAgent The user agent. @param conten
src/org/zirco/ui/activities/MainActivity.java:1049
↓ 2 callers
Method
doFind
()
src/org/zirco/ui/activities/MainActivity.java:1132
↓ 2 callers
Method
doNavigateToUrl
Load the given url. @param url The url. @param newTab If True, will open a new tab. If False, the current tab is used.
src/org/zirco/ui/activities/HistoryListActivity.java:203
↓ 2 callers
Method
doNavigationBack
()
src/org/zirco/ui/activities/WeaveBookmarksListActivity.java:355
↓ 2 callers
Method
doSync
()
src/org/zirco/ui/activities/WeaveBookmarksListActivity.java:308
↓ 2 callers
Method
encode
(byte[] data)
src/org/emergent/android/weave/client/Base32.java:47
↓ 2 callers
Method
getApplicationFolder
Get the application folder on the SD Card. Create it if not present. @return The application folder.
src/org/zirco/utils/IOUtils.java:40
↓ 2 callers
Method
getBarMap
Get a map of download item related to the UI progress bar component. @return A Map<DownloadItem, ProgressBar>.
src/org/zirco/model/adapters/DownloadListAdapter.java:72
↓ 2 callers
Method
getCount
()
src/org/zirco/model/adapters/DownloadListAdapter.java:84
↓ 2 callers
Method
getDeclaredField
(Object obj, String name)
src/org/zirco/utils/ProxySettings.java:248
↓ 2 callers
Method
getEncryptedPayload
(UserWeave weave, char[] secret)
src/org/emergent/android/weave/client/WeaveBasicObject.java:81
↓ 2 callers
Method
getErrorMessage
Gets the error message for this download. @return The error message.
src/org/zirco/model/items/DownloadItem.java:117
↓ 2 callers
Method
getFaviconSizeForBookmarks
Get the required size of the favicon, depending on current screen density. @param activity The current activity. @return The size of the favicon, in p
src/org/zirco/utils/ApplicationUtils.java:142
↓ 2 callers
Method
getHeaderValue
(WeaveHeader header)
src/org/emergent/android/weave/client/WeaveTransport.java:247
↓ 2 callers
Method
getId
Get the id. @return The id.
src/org/zirco/model/items/HistoryItem.java:56
↓ 2 callers
Method
getMobileViewUrlCursor
Get a Cursor to the mobile view url list. @return A Cursor to the mobile view url list.
src/org/zirco/model/DbAdapter.java:249
↓ 2 callers
Method
getMobileViewUrlList
Get a list of all urls in mobile view list. @return A list of url.
src/org/zirco/model/DbAdapter.java:227
↓ 2 callers
Method
getNote
Get the note of this item. Compute it if not already done. @return The note.
src/org/zirco/model/items/UrlSuggestionItem.java:80
↓ 2 callers
Method
getPassword
()
src/org/emergent/android/weave/client/WeaveAccountInfo.java:46
↓ 2 callers
Method
getProgress
Gets the download progress. @return The download progress.
src/org/zirco/model/items/DownloadItem.java:101
↓ 2 callers
Method
getProgress
Get the current loading progress of the view. @return The current loading progress of the view.
src/org/zirco/ui/components/CustomWebView.java:185
↓ 2 callers
Method
getRequestQueue
(Context ctx)
src/org/zirco/utils/ProxySettings.java:233
↓ 2 callers
Method
getSSLContext
()
src/org/emergent/android/weave/client/WeaveSSLSocketFactory.java:51
↓ 2 callers
Method
getSecret
()
src/org/emergent/android/weave/client/WeaveAccountInfo.java:54
↓ 2 callers
Method
getServer
()
src/org/emergent/android/weave/client/WeaveAccountInfo.java:34
↓ 2 callers
Method
getStartPage
Load the start page html. @param context The current context. @return The start page html.
src/org/zirco/utils/ApplicationUtils.java:469
↓ 2 callers
Method
getSystemProxyPort
(Context ctx)
src/org/zirco/utils/ProxySettings.java:44
↓ 2 callers
Method
getTitle
()
src/org/zirco/model/items/WeaveBookmarkItem.java:17
↓ 2 callers
Method
getTopBarHideAnimation
()
src/org/zirco/utils/AnimationManager.java:158
↓ 2 callers
Method
getTopBarShowAnimation
()
src/org/zirco/utils/AnimationManager.java:154
↓ 2 callers
Method
getType
Get the item's type. @return The type.
src/org/zirco/model/items/UrlSuggestionItem.java:72
↓ 2 callers
Method
getUrlSuggestions
Get a cursor for suggestions, given a search pattern. Search on history and bookmarks, on title and url. The result list is sorted based on each resul
src/org/zirco/providers/BookmarksProviderWrapper.java:617
↓ 2 callers
Method
getUserNode
(String path)
src/org/emergent/android/weave/client/UserWeave.java:220
↓ 2 callers
Method
getUsername
()
src/org/emergent/android/weave/client/WeaveAccountInfo.java:42
↓ 2 callers
Method
getWhiteListCursor
Get a cursor to the list of url presents in white list. @return A cursor to the list of url presents in white list.
src/org/zirco/model/DbAdapter.java:165
↓ 2 callers
Method
hideCustomView
()
src/org/zirco/ui/activities/MainActivity.java:1872
↓ 2 callers
Method
inferCaller
()
src/org/emergent/android/weave/client/Dbg.java:149
↓ 2 callers
Method
insertInWhiteList
Insert an item in the white list. @param url The url to insert.
src/org/zirco/model/DbAdapter.java:173
↓ 2 callers
Method
insertRawRecord
Insert a full record in history/bookmarks database. @param contentResolver The content resolver. @param title The record title. @param url The record
src/org/zirco/providers/BookmarksProviderWrapper.java:508
↓ 2 callers
Method
isAborted
Check if the download is aborted. @return True if the download is aborted.
src/org/zirco/model/items/DownloadItem.java:187
↓ 2 callers
Method
isFinished
Check if the download is finished. @return True if the download is finished.
src/org/zirco/model/items/DownloadItem.java:179
↓ 2 callers
Method
isFolder
()
src/org/zirco/model/items/WeaveBookmarkItem.java:29
↓ 2 callers
Method
isSameUrl
(String url)
src/org/zirco/ui/components/CustomWebView.java:227
↓ 2 callers
Method
isSwitchTabsByButtonsEnabled
()
src/org/zirco/ui/activities/MainActivity.java:1649
↓ 2 callers
Method
isUrl
Check if a string is an url. For now, just consider that if a string contains a dot, it is an url. @param url The url to check. @return True if the st
src/org/zirco/utils/UrlUtils.java:36
↓ 2 callers
Method
loadMethods
Load static reflected methods.
src/org/zirco/ui/components/CustomWebView.java:308
↓ 2 callers
Method
moveCursorToChildPosition
Move the cursor to the record corresponding to the given group position and child position. @param groupPosition The group position. @param childPosit
src/org/zirco/model/adapters/HistoryExpandableListAdapter.java:164
↓ 2 callers
Method
openBookmarksHistoryActivity
Open the bookmark list.
src/org/zirco/ui/activities/MainActivity.java:1669
↓ 2 callers
Method
removeDownloadListener
Remove a listener for download events. @param listener The listener to remove.
src/org/zirco/events/EventController.java:66
↓ 2 callers
Method
resetSystemProxy
(Context ctx)
src/org/zirco/utils/ProxySettings.java:180
↓ 2 callers
Method
setBookmarksSource
(BookmarksSource source)
src/org/zirco/providers/BookmarksProviderWrapper.java:66
↓ 2 callers
Method
setDeclaredField
(Object obj, String name, Object value)
src/org/zirco/utils/ProxySettings.java:258
↓ 2 callers
Method
setFindBarVisibility
(boolean visible)
src/org/zirco/ui/activities/MainActivity.java:1172
↓ 2 callers
Method
setStatusBarVisibility
(boolean visible)
src/org/zirco/ui/activities/MainActivity.java:710
↓ 2 callers
Method
showFindDialog
()
src/org/zirco/ui/activities/MainActivity.java:1150
↓ 2 callers
Method
showToastOnTabSwitch
Show a toast alert on tab switch.
src/org/zirco/ui/activities/MainActivity.java:1788
↓ 2 callers
Method
toAsciiString
(byte[] data)
src/org/emergent/android/weave/client/WeaveUtil.java:127
↓ 2 callers
Method
toModifiedTimeDate
(String modified)
src/org/emergent/android/weave/client/WeaveUtil.java:69
↓ 2 callers
Method
toModifiedTimeString
(Date modified)
src/org/emergent/android/weave/client/WeaveUtil.java:61
↓ 2 callers
Method
updateBookmarksDatabaseSource
()
src/org/zirco/ui/activities/MainActivity.java:700
↓ 2 callers
Method
updateFavIcon
Update the fav icon display.
src/org/zirco/ui/activities/MainActivity.java:1610
↓ 2 callers
Method
updateSwitchTabsMethod
()
src/org/zirco/ui/activities/MainActivity.java:686
↓ 1 callers
Method
GetNetworkInstance
(Context ctx)
src/org/zirco/utils/ProxySettings.java:226
↓ 1 callers
Method
abortDownload
Abort the current download.
src/org/zirco/model/items/DownloadItem.java:168
↓ 1 callers
Method
addToDownload
Add an item to the download list. @param item The new item.
src/org/zirco/controllers/Controller.java:110
↓ 1 callers
Method
addToMobileViewList
Build and show a dialog for user input. Add user input to the white list.
src/org/zirco/ui/activities/MobileViewListActivity.java:187
↓ 1 callers
Method
addToWhiteList
Build and show a dialog for user input. Add user input to the white list.
src/org/zirco/ui/activities/AdBlockerWhiteListActivity.java:187
↓ 1 callers
Method
authenticate
()
src/org/emergent/android/weave/client/UserWeave.java:105
↓ 1 callers
Method
buildComponents
Create main UI.
src/org/zirco/ui/activities/MainActivity.java:356
↓ 1 callers
Method
buildMap
Split the data in the cursor into several "bins": today, yesterday, last 7 days, last month, older.
src/org/zirco/model/adapters/HistoryExpandableListAdapter.java:87
↓ 1 callers
Method
changeSortMode
Show a dialog for choosing the sort mode. Perform the change if required.
src/org/zirco/ui/activities/BookmarksListActivity.java:303
↓ 1 callers
Method
checkInAdBlockWhiteList
Check if the url is in the AdBlock white list. @param url The url to check @return true if the url is in the white list
src/org/zirco/ui/activities/MainActivity.java:1931
↓ 1 callers
Method
checkMac
(Key secKey, String ciphertext, String hmac)
src/org/emergent/android/weave/client/WeaveCryptoUtil.java:135
↓ 1 callers
Method
checkUrl
Check en url. Add http:// before if missing. @param url The url to check. @return The modified url if necessary.
src/org/zirco/utils/UrlUtils.java:58
↓ 1 callers
Method
clearCompletedDownloads
()
src/org/zirco/controllers/Controller.java:114
↓ 1 callers
Method
clearCookies
Display confirmation and clear cookies.
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:420
↓ 1 callers
Method
clearHistoryBookmarks
Clear the history.
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:445
↓ 1 callers
Method
clearMobileViewList
Display a confirmation dialog and clear the white list.
src/org/zirco/ui/activities/MobileViewListActivity.java:231
↓ 1 callers
Method
clearMobileViewUrlList
Clear the mobile view url list.
src/org/zirco/model/DbAdapter.java:275
↓ 1 callers
Method
clearQuickActions
()
src/org/greendroid/QuickActionWidget.java:247
↓ 1 callers
Method
clearTitle
Set the application title to default.
src/org/zirco/ui/activities/MainActivity.java:1545
↓ 1 callers
Method
computeNote
Compute the note of the current item. The principle is to count the number of occurence of the pattern in the title and in the url, and to do a weight
src/org/zirco/model/items/UrlSuggestionItem.java:93
↓ 1 callers
Method
createDefaultHttpClient
()
src/org/emergent/android/weave/client/WeaveTransport.java:176
↓ 1 callers
Method
createEasySSLContext
()
src/org/emergent/android/weave/client/WeaveSSLSocketFactory.java:117
↓ 1 callers
Method
createHttpClient
(String userId, String password)
src/org/emergent/android/weave/client/WeaveTransport.java:186
↓ 1 callers
Method
createMac
(Key secKey, String ciphertext)
src/org/emergent/android/weave/client/WeaveCryptoUtil.java:127
← previous
next →
101–200 of 776, ranked by callers