-
Updated
Feb 6, 2020 - Java
novoda
Here are 34 public repositories matching this topic...
-
Updated
Jun 26, 2017 - Java
Problem
Currently, the app is called TelepresenceBot which does not follow NOS project naming conventions.
Potential Solution
To follow NOS conventions it should be lowercase with spaces represented with dashes e.g. tp-bot or telepresence-bot.
Impact
Very little impact except that it will make finding our repository easier if the naming always matches.
-
Updated
Jun 8, 2020 - Java
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
-
Updated
Feb 2, 2018 - Java
-
Updated
Jun 9, 2019 - Groovy
Currently we default to Checkstyle 7.1.2 and PMD 5.5.1, which are quite old (from September and July 2016, respectively). At the time of writing, Checkstyle is at version 8.8 and PMD at 6.0.1.
-
Updated
Mar 28, 2018 - Java
Documentation
Problem
We have a lot of public APIs that do not come with any sort of documentation
Potential Solution
Add javadocs for all public APIs with example usages.
Impact
Improve the ease of use of the library.
AutoValue
Codebase diagram
If the user has not yet accepted the terms and conditions of chrome the snack bar is shown but the url is opened with the fallback navigation.
-
Updated
Dec 21, 2019 - Java
-
Updated
Sep 30, 2018 - Groovy
-
Updated
Jun 6, 2019 - Java
-
Updated
Jan 10, 2018 - Java
When you look at the code generated by this tool, you notice that the getters and setters look like this:
public static int getId(android.database.Cursor cursor) {
int index = cursor.getColumnIndexOrThrow("_id");
return cursor.getInt(index);
}
public static void setId(int value, android.content.ContentValues values) {
values.put("_id", value);
}
`-
Updated
Apr 15, 2019 - Java
-
Updated
Oct 28, 2016 - Java
Currently, padding can be added only to the whole landing strip, and not to individual tabs. This padding (more like a margin actually) 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
-
Updated
May 11, 2018 - Java
-
Updated
Jan 10, 2017 - JavaScript
Improve this page
Add a description, image, and links to the novoda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the novoda topic, visit your repo's landing page and select "manage topics."




javadocRelease/javadocDebug tasks failing for android-gradle-plugin > 3.6.0
Execution failed for task ':library:javadocRelease'.
it was not able to find any android related class
after 100 errors task fails
similar to