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
[maven-release-plugin] prepare release robotium-3.2
renasreda
as Renas Reda
More... almost 13 years ago
Added a null check in createStackAndPushStartActivity
renasreda
as Renas Reda
More... almost 13 years ago
Added finishInactiveActivities as requested by issue-214
renasreda
as Renas Reda
More... almost 13 years ago
Moved goBack() to RobotiumUtils
renasreda
as Renas Reda
More... almost 13 years ago
Made many changes to ActivityUtils in particular to the workings of the internal activity stack
renasreda
as Renas Reda
More... almost 13 years ago
Removed getCurrentActivity() from getViews()
renasreda
as Renas Reda
More... almost 13 years ago
Modified goBackToActivity() to call goBack()
renasreda
as Renas Reda
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
renasreda
as Renas Reda
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
renasreda
as Renas Reda
More... almost 13 years ago
Bugfix for issue-233
renasreda
as Renas Reda
More... almost 13 years ago
Minor javadoc updates
renasreda
as Renas Reda
More... almost 13 years ago
Minor javadoc correction
renasreda
as Renas Reda
More... almost 13 years ago
Added typeText() that types text in an edit text field
renasreda
as Renas Reda
More... almost 13 years ago
[maven-release-plugin] prepare for next development iteration
renasreda
as Renas Reda
More... about 13 years ago
[maven-release-plugin] prepare release robotium-3.1
renasreda
as Renas Reda
More... about 13 years ago
Added a new method getView(Class viewClass, int index)
renasreda
as Renas Reda
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
renasreda
as Renas Reda
More... about 13 years ago
Using a LinkedHashSet instead of ArrayList to store unique Activity objects
renasreda
as Renas Reda
More... about 13 years ago
Hints are only shown when text view text is empty
renasreda
as Renas Reda
More... about 13 years ago
Added support for recognizing hints. Enhancement request 201
renasreda
as Renas Reda
More... about 13 years ago
ActivityMonitor issue is fixed with Android 4.0.3 therefore using the old, better solution for goBackToActivity()
renasreda
as Renas Reda
More... about 13 years ago
Minor increase in click sleep due to issues with Android 4.0
renasreda
as Renas Reda
More... about 13 years ago
Refactoring of getCurrentActivity()
renasreda
as Renas Reda
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
renasreda
as Renas Reda
More... about 13 years ago
Bugfix for issue-186
renasreda
as Renas Reda
More... about 13 years ago
Fix for issue-183. Increased longclick time
renasreda
as Renas Reda
More... about 13 years ago
Activities are now finished in a try block
renasreda
as Renas Reda
More... about 13 years ago
Bugfix for an execption that is thrown when scrolling of a gridview is performed
renasreda
as Renas Reda
More... about 13 years ago