Open Source

THE JOY OF INVENTION

New open-source library from Polidea - KRTextView

Nov 18, 2011

Another open-source tool released by one of Polidea employees as open-source.

We have another open-source library released by one of Polidea employees. This is a rich text view for iOS. iOS library for managing different colored texts with self clickable phrases (which is missing on iOS surprisingly). The project is open-sourced here: http://code.google.com/p/kr-text-view

Android Native Buffer is now open source

Sep 22, 2011

The Native Buffer library for Android is now freed and ready to use.

The library allows to access the RAM from Android Java application and use it as insanely fast buffer for anything you need.

Android Image Manager open-sourced

Sep 6, 2011

Polidea releases another library for android as open-source.

Polidea releases Android Image Manager as open-source project. Image Manager is a library that allows to manage asynchronous image loading in efficient way. Kudos to Karol for writing such nice and useful piece of code. You can get the library at http://code.google.com/p/android-image-manager/

Polidea releases android-section-list view as open-source

Jun 13, 2011

iPhone-like android section list released by Polidea.

Yet another library released by Polidea. A small library that provides iphone-like sectioned list with transparent floating section headers is released and ready for use here: http://code.google.com/p/android-section-list/

Polidea releases android menu navigator

May 28, 2011

Polidea releases as opensource a small business-oriented fast-prototyping library.

It allows to build very quickly simple applications where typical types of navigation are used: icon grids, lists, simple data entry. It allows to build nice looking (albeit boring) applications that might be useful in prototyping simple tree-like navigation through complex menu structure. Suppor for breadcrumbs, splashscreen and dynamically updateable menu structure is included. More info here: http://code.google.com/p/android-menu-navigator/

Android xml junit test runner open-sourced

Apr 7, 2011

Polidea released XML Junit Test runner for Android.

The runner (contrary to standard android runner) produces an XML output that can be used by standard Junit output parsers (such as Jenkins CI that we are using internally) . None of the existing runners seemed good enough for us so we wrote ours: http://code.google.com/p/the-missing-android-xml-junit-test-runner/ We use it heavily now in our build system.

DVCS vs. CVCS - panel at 4developers conference

Apr 3, 2011

Jarek will lead panel about VCS'es at "4developers" conference

Polidea's CTO, Jarek Potiuk will lead discussion panel about VCS's vs. DVCS's at 4 developers conference - on Monday 4th of April.

Android tree-view-list released as open-source project

Mar 7, 2011

Polidea has released another small widget - tree-view-list-android: http://code.google.com/p/tree-view-list-android/. This is a tree navigation widget that provides expandable nodes, custom item elements. The widget is, as usual, fully customizable, packaged and reusable as external library.

Lab Android coverflow released as opensource

Feb 1, 2011

Polidea released another small library - Coverflow for Android - in easily reusable package.

Another week, another project, Polidea has released a small widget - android-coverflow: http://code.google.com/p/android-coverflow/. This is a coverflow widget that supports 3D-like, iOS-inspired coverflow. The code has been mainly based on Neils Davis's excellent tutorial: http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html, we'v added packaging, our build system, stackable image adapters including separated reflection adapter, some performance tweaks, bitmap caching, custom attributes usable in XML layout - this way the widget is easy to reuse and fully featured.

Polidea Redmine post-link plugin open-sourced

Jan 25, 2011

Polidea open-sourced small plugin to Redmine allowing to create issues using GET method.

Polidea open-sourced a small plugin to Redmine issue tracking system, that allows to create issues using GET rather than only POST. The plugin is available here: http://code.google.com/p/redmine-post-link-plugin/ and it's available as plugin in Redmine's repository: http://www.redmine.org/plugins/redmine-post-link-plugin

Android Flip3D open-sourced

Jan 25, 2011

Polidea released a small, reusable component: an android flip-3d widget.

As a continuous effort of giving back to the community what we take, Polidea has released a small widget - android-flip-3d: http://code.google.com/p/android-flip3d/. This is a widget that supports 3D flipping of alternate views. The code has been mainly based on Neils Davis's excellent tutorial: http://www.inter-fuser.com/2009/08/android-animations-3d-flip.html, we'v added packaging, our build system and making the widget a real reusable piece of software (+ some tweaking for adding view support).

Polidea Android notification library open-sourced

Nov 28, 2010

Small utility library used by Polidea for simple in-app notification handling in android has been released as open-source.

These are utilities connected with notifications that Polidea is using in order to simplify handling in-app notifications for android. They are inspired by iPhone notification system. The notifications are NOT aiming to replace android's broadcasts. They are mostly used in order to provide in-application notifications with typesafe notification arguments, simple registration and unregistration of listeners for particular types of notifications. The library contains also simple sensor and location handling classes that use the notification system. The two utils provide the nice features which are not there by default in android system, such as combining location retrieval from different providers and filtering orientation notification. More info and the library is here: http://code.google.com/p/polidea-android-notification-utils/

The missing tab widget for android

Nov 22, 2010

Small landscape-mode-capable tab widget has been released to open-source community by Polidea.

Polidea released a small, but pretty useful widget. The default tab widget for android had always lacked the landscape screen support, simply because it was not really needed for small phone screens. With the coming android tablets though, there are more and more needs to redefine the navigation for android. The Missing Tab widget addresses it allowing anyone to use easily nice tab navigation in landscape mode. This project is largely based on android's default TabWidget with just a handful of modifications. Additional benefit of having the widget separated is that it is (unlike the original) easy to customize with exposed customization points. The widget is available here: https://code.google.com/p/themissingtabwidget/

Android Screenshot Library is now open-source

Sep 7, 2010

Android Screenshot Library (ASL) enables to programmatically capture screenshots from Android devices without requirement of having root access privileges. Instead, ASL utilizes a native service running in the background, started via the Android Debug Bridge (ADB) once per device boot.

Redmine Restful plugin

Jun 19, 2010

Redmine Restful Plugin now open-source

One of our Warsaw University of Technology collaborators - Bartek Twardowski has released to open-source a new redmine plugin: http://code.google.com/p/redmine-plugin/. This plugin is necessary for our Instamt Mobile Feedback project: http://code.google.com/p/instant-mobile-feedback/ project on which we work very intensively. Kudos to Bartek!

Our s60-json-library for Symbian is really public

May 30, 2010

Originally ours, S60 JSON Library which we open-sourced in September 2009, is now available from the Official JSON page. Congratulations to Piotr, who was the main person behind the library.

Hudson vector now open-sourced

Apr 19, 2010

We are finalizing our efforts to build internally custom-made hudson status LED panel. As part of the effort we have open-sourced code that we use to control the panel. Soon we will publish much more than that - design for circuit boards and some entries describing decisions made and the whole process including pictures and movies. Link: Hudsonvector

py2jdo

Apr 14, 2010

We have open-sourced Py2Jdo, a small helper library for converting Google AppEngine's python data model to Java JDO data model.

Repository Heartbeat is now open-source

Apr 6, 2010

Repository Heartbeat, a small helper library for sending digests about changes in source code repositories is now open-source.

UIImage-Operations now open-source

Jan 31, 2010

UIImage-Operations for iPhone is now open-source.

Older

Mobile devices, especially consumer oriented ones such as smartphones and feature phones, represent a rapidly evolving segment of information technology. We stay on the cutting edge of the mobile market thanks to our research efforts in areas such as mobile software frameworks and user interface design. We are also a global mobile community team player, open sourcing several of our in-house technologies.