Skip to content

Commit

Permalink
Update CONTRIBUTING.md with a pointer to Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Dec 21, 2016
1 parent b98e938 commit 7f571a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -45,3 +45,6 @@ Missing features are documented [in the issue tracker](https://github.com/grote/
Feel free to look there for ideas or to add your own enhancement ticket.

There is also [a list of beginner tasks](https://github.com/grote/Transportr/labels/beginner%20job) for you to get started easily.

Please do not touch any translations with your pull request.
These are exclusively done [via Transifex](https://www.transifex.com/projects/p/transportr/).
4 changes: 2 additions & 2 deletions src/de/grobox/liberario/tasks/AsyncQueryDeparturesTask.java
Expand Up @@ -58,8 +58,8 @@ public AsyncQueryDeparturesTask(DeparturesFragment fragment, String stationId, D
protected QueryDeparturesResult doInBackground(Void... params) {
NetworkProvider np = NetworkProviderFactory.provider(Preferences.getNetworkId(fragment.getActivity()));

Log.d(getClass().getSimpleName(), "Departures (" + String.valueOf(max_departures) + "): " + stationId);
Log.d(getClass().getSimpleName(), "Date: " + date.toString());
Log.i(getClass().getSimpleName(), "Departures (" + String.valueOf(max_departures) + "): " + stationId);
Log.i(getClass().getSimpleName(), "Date: " + date.toString());

try {
if(AsyncQueryTripsTask.isNetworkAvailable(fragment.getActivity())) {
Expand Down

0 comments on commit 7f571a6

Please sign in to comment.