andresth / Kandroid

Android App for http://kanboard.net
GNU General Public License v3.0
105 stars 25 forks source link

Projects not shown in menu #36

Closed n1trux closed 6 years ago

n1trux commented 6 years ago

Actual behaviour

When I open the menu, the projects aren't shown.

Expected behaviour

Some older version before 0.5 displayed the projects.

Steps to reproduce

Open Menu, projects not there. Screenshot:

kandroid-screenshot

Configuration

lyan2k commented 6 years ago

I have the same issue, is it a kandroid issue or a kanboard issue ?

n1trux commented 6 years ago

I suppose it's a Kandroid issue due to the API/Webhook changes in Kanboard.

Testing multiple old versions of Kanboard with the newest Kandroid might shed some light on this.

dvdcr commented 6 years ago

I had the same problem. Making son tests, the problem occurs when you haven't installed calendar-plugin because calendar url is not send in the JSON response and the app fails. A workaround in my case is installing calendar-plugin. ¿Have you installed than plugin? In my case I solved the problem making some changes in app/src/main/java/in/andres/kandroid/kanboard/KanboardProject.java to check if the URL whas present en the response.