7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified waitForActivity() to solve an issue that happens on some devices, issue-416
renasreda
as Renas Reda
More... almost 12 years ago
Added getWebUrl()
renasreda
as Renas Reda
More... almost 12 years ago
Made waitForWebElement return boolean like the other waitFor methods. Also made some minor javadoc changes
renasreda
as Renas Reda
More... almost 12 years ago
Some refactoring in call()
renasreda
as Renas Reda
More... almost 12 years ago
Corrected call() in Searcher
renasreda
as Renas Reda
More... almost 12 years ago
Some refactoring of the waitForActivity methods
renasreda
as Renas Reda
More... almost 12 years ago
Made it possible to filter views based on their class with waitForText()
renasreda
as Renas Reda
More... almost 12 years ago
Added a new method getView(int id, int index)
renasreda
as Renas Reda
More... almost 12 years ago
Merge pull request #44 from krzysiekbarca/master
renasreda
as Renas Reda
More... almost 12 years ago
improved clickInList More... almost 12 years ago
Merge pull request #43 from menny/master
renasreda
as Renas Reda
More... almost 12 years ago
as assertCurrentActivity, now waitForActivity can also take Class<? extends Activity> parameter - type-safer. More... almost 12 years ago
Added WebViews in text
renasreda
as Renas Reda
More... almost 12 years ago
Bugfix for issue-403
renasreda
as Renas Reda
More... almost 12 years ago
Merge pull request #42 from rtack/master
renasreda
as Renas Reda
More... almost 12 years ago
remove @override for interface methods as source compatibility is 1.5 More... almost 12 years ago
getWebElement() should only wait 10 seconds like the other get methods
renasreda
as Renas Reda
More... almost 12 years ago
[maven-release-plugin] prepare for next development iteration
renasreda
as Renas Reda
More... almost 12 years ago
[maven-release-plugin] prepare release robotium-4.0
renasreda
as Renas Reda
More... almost 12 years ago
Minor refactoring in RobotiumWebClient
renasreda
as Renas Reda
More... almost 12 years ago
Javadoc correction
renasreda
as Renas Reda
More... almost 12 years ago
Run setWebChromeClient from UI thread
renasreda
as Renas Reda
More... almost 12 years ago
Further Javadoc corrections
renasreda
as Renas Reda
More... almost 12 years ago
Minor Javadoc update in Solo.java
renasreda
as Renas Reda
More... almost 12 years ago
More javadoc updates
renasreda
as Renas Reda
More... almost 12 years ago
Javadoc updates
renasreda
as Renas Reda
More... almost 12 years ago
Removed unused method finishInactiveActivities()
renasreda
as Renas Reda
More... almost 12 years ago
Compare trimed strings in textContent(text)
renasreda
as Renas Reda
More... almost 12 years ago
Fix in typeTextInWebElement(By by, String text, int match)
renasreda
as Renas Reda
More... almost 12 years ago
Corrected RobotiumWeb.js and updated WebElementCreator
renasreda
as Renas Reda
More... almost 12 years ago