[maven-release-plugin] prepare release robotium-3.2 |
|
More...
|
almost 13 years ago
|
Added a null check in createStackAndPushStartActivity |
|
More...
|
almost 13 years ago
|
Added finishInactiveActivities as requested by issue-214 |
|
More...
|
almost 13 years ago
|
Moved goBack() to RobotiumUtils |
|
More...
|
almost 13 years ago
|
Made many changes to ActivityUtils in particular to the workings of the internal activity stack |
|
More...
|
almost 13 years ago
|
Removed getCurrentActivity() from getViews() |
|
More...
|
almost 13 years ago
|
Modified goBackToActivity() to call goBack() |
|
More...
|
almost 13 years ago
|
Workaround for Activity Monitor not returning the correct activity after calling goBack() |
|
More...
|
almost 13 years ago
|
Changed from System.currentTimeMillis() to SystemClock.uptimeMillis() as requested by issue-236 |
|
More...
|
almost 13 years ago
|
Update robotium-solo/src/main/java/com/jayway/android/robotium/solo/ViewFetcher.java |
|
More...
|
almost 13 years ago
|
Added finishInactiveActivities as requested by issue-214 |
|
More...
|
almost 13 years ago
|
Bugfix for issue-233 |
|
More...
|
almost 13 years ago
|
Minor javadoc updates |
|
More...
|
almost 13 years ago
|
Minor javadoc correction |
|
More...
|
almost 13 years ago
|
Added typeText() that types text in an edit text field |
|
More...
|
almost 13 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
about 13 years ago
|
[maven-release-plugin] prepare release robotium-3.1 |
|
More...
|
about 13 years ago
|
Added a new method getView(Class viewClass, int index) |
|
More...
|
about 13 years ago
|
Modified finishOpenedActivities() and added an additional back press. In some cases one back press is not enough to guarante that all activities have been finished. If they are not then test case executions in some cases hang |
|
More...
|
about 13 years ago
|
Using a LinkedHashSet instead of ArrayList to store unique Activity objects |
|
More...
|
about 13 years ago
|
Hints are only shown when text view text is empty |
|
More...
|
about 13 years ago
|
Added support for recognizing hints. Enhancement request 201 |
|
More...
|
about 13 years ago
|
ActivityMonitor issue is fixed with Android 4.0.3 therefore using the old, better solution for goBackToActivity() |
|
More...
|
about 13 years ago
|
Minor increase in click sleep due to issues with Android 4.0 |
|
More...
|
about 13 years ago
|
Refactoring of getCurrentActivity() |
|
More...
|
about 13 years ago
|
Bugfix for issue-196, goBackToActivity()now also works on Android 3.1+ which has introduced a bug in which activities are not returned to the activity monitor when using back key |
|
More...
|
about 13 years ago
|
Bugfix for issue-186 |
|
More...
|
about 13 years ago
|
Fix for issue-183. Increased longclick time |
|
More...
|
about 13 years ago
|
Activities are now finished in a try block |
|
More...
|
about 13 years ago
|
Bugfix for an execption that is thrown when scrolling of a gridview is performed |
|
More...
|
about 13 years ago
|