Torsten Grote
a51726f147
This introduces a floating action button (FAB) in the contact list.
...
The button hides itself when you scroll down the list of contacts
and shows again when you scroll up.
To properly color the button, the accent color has been defined.
It uses the same color as the action bar (primary color).
I leave it to a UX designer to adapt the color scheme.
Please note that the design support library was used.
It includes the app-compat library, so this has been removed
from the `build.gradle` file.
Closes #199
2015-12-30 10:58:05 -02:00
Torsten Grote
4bcd204687
Use a RecyclerView for the Contact List
2015-12-28 14:37:23 -02:00
Ernir Erlingsson
cdf8392725
code nitpicks and color fix
2015-12-14 22:22:49 +01:00
Ernir Erlingsson
6ac999c113
Added AppCompatBar and fixed dependencies
2015-12-14 14:03:55 +01:00
Ernir Erlingsson
27edc2e3e8
code and ui refactoring in the Password activity, encapsulation and wrappers.
2015-12-10 11:01:00 +01:00
akwizgran
dbfb309fc3
Window background colour wasn't being set for API < 11. Bug #50 .
2014-04-04 00:46:29 +01:00
akwizgran
fe897efa36
Use custom title bar colour on older Android versions.
2014-02-27 18:01:30 +00:00
akwizgran
a6151faece
Removed unused style property.
2014-02-09 14:32:36 +00:00
akwizgran
0cebc42ddb
Padding now depends on screen size. Closes dev task #57 .
2014-01-09 12:42:19 +00:00
akwizgran
de472ba2a6
Create an identity at startup if the database doesn't exist.
2013-04-08 16:01:52 +01:00
akwizgran
050f2094cf
Added a border to separate the button bar from the content area.
2013-03-05 15:31:10 +00:00
akwizgran
86925ef402
Hooked up star/unstar and read/unread buttons. Tinkered with layouts.
2013-03-05 14:28:09 +00:00
akwizgran
f4f7b96d50
Separated Android code and core code into distinct Eclipse projects.
...
This should make it possible to develop the core in Eclipse without the ADT.
2012-12-05 20:39:31 +00:00