Renetik

Results 23 issues of Renetik

It looks like this library is the source so I have to stop using it , many thanks anyway :) it worked quite well until this... https://stackoverflow.com/questions/49059668/appstore-rejection-performance-software-requirements-prefsroot-graphicsser Your app uses...

Portrait dialog with title and subtitle : Now broken layout in landscape: It would be cool if layout looks ok in any orientation. Maybe even scrollable or hiding of title...

``` static void clearCompletedSessions() { synchronized (sessionHistoryLock) { ArrayList completedSessions = new ArrayList(); for (Session session : sessionHistoryList) { if (session.getState() == COMPLETED) completedSessions.add(session); } for (Session session : completedSessions)...