novoda
Here are 33 public repositories matching this topic...
Problem
The TpBot project is becoming quite large with a number of small components that all operate together to make TpBot work. Now would be a good time to show how, from a high level, these components link together.
Solution
Consider using https://github.com/structurizr/java to create an architecture diagram.
Problem
Prior to the hack introduced in v1.1.7 it was possible to receive a NullPointerException when using two instances of Merlin. In issue #163 we stated that we would provide a more comprehensive fix in the future but the current demo does not use multiple instances of Merlin across multiple activities.
Potential Solution
Provide a more comprehensive demo for Merlin s
Release process wiki
We should create a wiki page showing the process of performing a release similar to how it is shown on novoda/novoda -> https://github.com/novoda/novoda/wiki/Version-Release-Template
Easy Espresso UI testing for Android applications using RxJava.
-
Updated
Jan 21, 2020 - Java
It would be useful to have a task to call the activity manager, so tasks can be written to fire actions on android.
e.g. Launching an action, such as deeplinking to a certain part of your app.
adb shell am start \
-W \
-a android.intent.action.VIEW \
-d http://www.thetimes.co.uk/edition/news/some-article
There are should be more info in Violations. It should be added list of Errors and Warnings. Every warning and error has a description, type, file and line in file, where it is located. Then it will be possible to create custom reports. For example, create report to console or Logcat with list of errors and every error will have a link to code with error.
For example,
 should work in such a way that the indicator is underlining only the tab text, as in the screenshot below:
<img width="367" alt="screenshot 2017-03-06 10 11 22" src="https://cloud.githubusercontent.com/assets/2426348/23603397/5438f402-0255-11e7-9474-43b5371e92b
NOS page headings
Problem
The headings, shown below, whilst useful for Novoda are probably not useful for the average consumer of the webpage. Someone wanting to know about Novodas open source contributions are more likely to want to see examples of where we have done video playback, custom view based libraries, gradle plugins etc.



Currently the documentation live in the github wiki.
The experience with github shows that the wikis got outdated as far as it got created. Another limitation is that contributors can't send a PR to the wiki to update it.
We should move all the documentation in simple markdown file into the repo.