MCPcopy Create free account

hub / github.com/darvin/zirco-browser / functions

Functions776 in github.com/darvin/zirco-browser

↓ 2 callersMethodaskForRestart
Ask user to restart the app. Do it if click on "Yes".
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:246
↓ 2 callersMethodbuild
()
src/org/emergent/android/weave/client/WeaveUtil.java:192
↓ 2 callersMethodbuildUpon
(URI serverUri)
src/org/emergent/android/weave/client/WeaveUtil.java:91
↓ 2 callersMethodbuildUserUriFromSubpath
(String subpath)
src/org/emergent/android/weave/client/UserWeave.java:233
↓ 2 callersMethodcheckInMobileViewUrlList
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 callersMethodclearFormData
Display confirmation and clear form data.
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:364
↓ 2 callersMethodclearHistory
Display confirmation and clear history.
src/org/zirco/ui/activities/HistoryListActivity.java:230
↓ 2 callersMethodclearHistory
Display confirmation and clear the history.
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:336
↓ 2 callersMethodclearWeaveBookmarks
(ContentResolver contentResolver)
src/org/zirco/providers/BookmarksProviderWrapper.java:600
↓ 2 callersMethodclearWhiteList
Display a confirmation dialog and clear the white list.
src/org/zirco/ui/activities/AdBlockerWhiteListActivity.java:231
↓ 2 callersMethodconvertFromDatabase
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 callersMethodcreateClientConnectionManager
(boolean threadSafe)
src/org/emergent/android/weave/client/WeaveTransport.java:195
↓ 2 callersMethoddecode
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 callersMethoddecodeLastBlock
(OutputStream out, char c1, char c2, char c3, char c4)
src/org/emergent/android/weave/client/Base64Encoder.java:236
↓ 2 callersMethoddoDownloadStart
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 callersMethoddoFind
()
src/org/zirco/ui/activities/MainActivity.java:1132
↓ 2 callersMethoddoNavigateToUrl
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 callersMethoddoNavigationBack
()
src/org/zirco/ui/activities/WeaveBookmarksListActivity.java:355
↓ 2 callersMethoddoSync
()
src/org/zirco/ui/activities/WeaveBookmarksListActivity.java:308
↓ 2 callersMethodencode
(byte[] data)
src/org/emergent/android/weave/client/Base32.java:47
↓ 2 callersMethodgetApplicationFolder
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 callersMethodgetBarMap
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 callersMethodgetCount
()
src/org/zirco/model/adapters/DownloadListAdapter.java:84
↓ 2 callersMethodgetDeclaredField
(Object obj, String name)
src/org/zirco/utils/ProxySettings.java:248
↓ 2 callersMethodgetEncryptedPayload
(UserWeave weave, char[] secret)
src/org/emergent/android/weave/client/WeaveBasicObject.java:81
↓ 2 callersMethodgetErrorMessage
Gets the error message for this download. @return The error message.
src/org/zirco/model/items/DownloadItem.java:117
↓ 2 callersMethodgetFaviconSizeForBookmarks
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 callersMethodgetHeaderValue
(WeaveHeader header)
src/org/emergent/android/weave/client/WeaveTransport.java:247
↓ 2 callersMethodgetId
Get the id. @return The id.
src/org/zirco/model/items/HistoryItem.java:56
↓ 2 callersMethodgetMobileViewUrlCursor
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 callersMethodgetMobileViewUrlList
Get a list of all urls in mobile view list. @return A list of url.
src/org/zirco/model/DbAdapter.java:227
↓ 2 callersMethodgetNote
Get the note of this item. Compute it if not already done. @return The note.
src/org/zirco/model/items/UrlSuggestionItem.java:80
↓ 2 callersMethodgetPassword
()
src/org/emergent/android/weave/client/WeaveAccountInfo.java:46
↓ 2 callersMethodgetProgress
Gets the download progress. @return The download progress.
src/org/zirco/model/items/DownloadItem.java:101
↓ 2 callersMethodgetProgress
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 callersMethodgetRequestQueue
(Context ctx)
src/org/zirco/utils/ProxySettings.java:233
↓ 2 callersMethodgetSSLContext
()
src/org/emergent/android/weave/client/WeaveSSLSocketFactory.java:51
↓ 2 callersMethodgetSecret
()
src/org/emergent/android/weave/client/WeaveAccountInfo.java:54
↓ 2 callersMethodgetServer
()
src/org/emergent/android/weave/client/WeaveAccountInfo.java:34
↓ 2 callersMethodgetStartPage
Load the start page html. @param context The current context. @return The start page html.
src/org/zirco/utils/ApplicationUtils.java:469
↓ 2 callersMethodgetSystemProxyPort
(Context ctx)
src/org/zirco/utils/ProxySettings.java:44
↓ 2 callersMethodgetTitle
()
src/org/zirco/model/items/WeaveBookmarkItem.java:17
↓ 2 callersMethodgetTopBarHideAnimation
()
src/org/zirco/utils/AnimationManager.java:158
↓ 2 callersMethodgetTopBarShowAnimation
()
src/org/zirco/utils/AnimationManager.java:154
↓ 2 callersMethodgetType
Get the item's type. @return The type.
src/org/zirco/model/items/UrlSuggestionItem.java:72
↓ 2 callersMethodgetUrlSuggestions
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 callersMethodgetUserNode
(String path)
src/org/emergent/android/weave/client/UserWeave.java:220
↓ 2 callersMethodgetUsername
()
src/org/emergent/android/weave/client/WeaveAccountInfo.java:42
↓ 2 callersMethodgetWhiteListCursor
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 callersMethodhideCustomView
()
src/org/zirco/ui/activities/MainActivity.java:1872
↓ 2 callersMethodinferCaller
()
src/org/emergent/android/weave/client/Dbg.java:149
↓ 2 callersMethodinsertInWhiteList
Insert an item in the white list. @param url The url to insert.
src/org/zirco/model/DbAdapter.java:173
↓ 2 callersMethodinsertRawRecord
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 callersMethodisAborted
Check if the download is aborted. @return True if the download is aborted.
src/org/zirco/model/items/DownloadItem.java:187
↓ 2 callersMethodisFinished
Check if the download is finished. @return True if the download is finished.
src/org/zirco/model/items/DownloadItem.java:179
↓ 2 callersMethodisFolder
()
src/org/zirco/model/items/WeaveBookmarkItem.java:29
↓ 2 callersMethodisSameUrl
(String url)
src/org/zirco/ui/components/CustomWebView.java:227
↓ 2 callersMethodisSwitchTabsByButtonsEnabled
()
src/org/zirco/ui/activities/MainActivity.java:1649
↓ 2 callersMethodisUrl
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 callersMethodloadMethods
Load static reflected methods.
src/org/zirco/ui/components/CustomWebView.java:308
↓ 2 callersMethodmoveCursorToChildPosition
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 callersMethodopenBookmarksHistoryActivity
Open the bookmark list.
src/org/zirco/ui/activities/MainActivity.java:1669
↓ 2 callersMethodremoveDownloadListener
Remove a listener for download events. @param listener The listener to remove.
src/org/zirco/events/EventController.java:66
↓ 2 callersMethodresetSystemProxy
(Context ctx)
src/org/zirco/utils/ProxySettings.java:180
↓ 2 callersMethodsetBookmarksSource
(BookmarksSource source)
src/org/zirco/providers/BookmarksProviderWrapper.java:66
↓ 2 callersMethodsetDeclaredField
(Object obj, String name, Object value)
src/org/zirco/utils/ProxySettings.java:258
↓ 2 callersMethodsetFindBarVisibility
(boolean visible)
src/org/zirco/ui/activities/MainActivity.java:1172
↓ 2 callersMethodsetStatusBarVisibility
(boolean visible)
src/org/zirco/ui/activities/MainActivity.java:710
↓ 2 callersMethodshowFindDialog
()
src/org/zirco/ui/activities/MainActivity.java:1150
↓ 2 callersMethodshowToastOnTabSwitch
Show a toast alert on tab switch.
src/org/zirco/ui/activities/MainActivity.java:1788
↓ 2 callersMethodtoAsciiString
(byte[] data)
src/org/emergent/android/weave/client/WeaveUtil.java:127
↓ 2 callersMethodtoModifiedTimeDate
(String modified)
src/org/emergent/android/weave/client/WeaveUtil.java:69
↓ 2 callersMethodtoModifiedTimeString
(Date modified)
src/org/emergent/android/weave/client/WeaveUtil.java:61
↓ 2 callersMethodupdateBookmarksDatabaseSource
()
src/org/zirco/ui/activities/MainActivity.java:700
↓ 2 callersMethodupdateFavIcon
Update the fav icon display.
src/org/zirco/ui/activities/MainActivity.java:1610
↓ 2 callersMethodupdateSwitchTabsMethod
()
src/org/zirco/ui/activities/MainActivity.java:686
↓ 1 callersMethodGetNetworkInstance
(Context ctx)
src/org/zirco/utils/ProxySettings.java:226
↓ 1 callersMethodabortDownload
Abort the current download.
src/org/zirco/model/items/DownloadItem.java:168
↓ 1 callersMethodaddToDownload
Add an item to the download list. @param item The new item.
src/org/zirco/controllers/Controller.java:110
↓ 1 callersMethodaddToMobileViewList
Build and show a dialog for user input. Add user input to the white list.
src/org/zirco/ui/activities/MobileViewListActivity.java:187
↓ 1 callersMethodaddToWhiteList
Build and show a dialog for user input. Add user input to the white list.
src/org/zirco/ui/activities/AdBlockerWhiteListActivity.java:187
↓ 1 callersMethodauthenticate
()
src/org/emergent/android/weave/client/UserWeave.java:105
↓ 1 callersMethodbuildComponents
Create main UI.
src/org/zirco/ui/activities/MainActivity.java:356
↓ 1 callersMethodbuildMap
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 callersMethodchangeSortMode
Show a dialog for choosing the sort mode. Perform the change if required.
src/org/zirco/ui/activities/BookmarksListActivity.java:303
↓ 1 callersMethodcheckInAdBlockWhiteList
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 callersMethodcheckMac
(Key secKey, String ciphertext, String hmac)
src/org/emergent/android/weave/client/WeaveCryptoUtil.java:135
↓ 1 callersMethodcheckUrl
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 callersMethodclearCompletedDownloads
()
src/org/zirco/controllers/Controller.java:114
↓ 1 callersMethodclearCookies
Display confirmation and clear cookies.
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:420
↓ 1 callersMethodclearHistoryBookmarks
Clear the history.
src/org/zirco/ui/activities/preferences/PreferencesActivity.java:445
↓ 1 callersMethodclearMobileViewList
Display a confirmation dialog and clear the white list.
src/org/zirco/ui/activities/MobileViewListActivity.java:231
↓ 1 callersMethodclearMobileViewUrlList
Clear the mobile view url list.
src/org/zirco/model/DbAdapter.java:275
↓ 1 callersMethodclearQuickActions
()
src/org/greendroid/QuickActionWidget.java:247
↓ 1 callersMethodclearTitle
Set the application title to default.
src/org/zirco/ui/activities/MainActivity.java:1545
↓ 1 callersMethodcomputeNote
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 callersMethodcreateDefaultHttpClient
()
src/org/emergent/android/weave/client/WeaveTransport.java:176
↓ 1 callersMethodcreateEasySSLContext
()
src/org/emergent/android/weave/client/WeaveSSLSocketFactory.java:117
↓ 1 callersMethodcreateHttpClient
(String userId, String password)
src/org/emergent/android/weave/client/WeaveTransport.java:186
↓ 1 callersMethodcreateMac
(Key secKey, String ciphertext)
src/org/emergent/android/weave/client/WeaveCryptoUtil.java:127
← previousnext →101–200 of 776, ranked by callers