Commit graph

93 commits

Author SHA1 Message Date
Przemek Grondek
b405f22c68 Fix error handling 2014-07-22 15:10:04 +02:00
Przemek Grondek
00728eb117 Proper connection
- Removed bad synced connection which would freeze UI
- New async connector which doesn't do that
2014-07-22 14:25:14 +02:00
Przemek Grondek
e396cb7b65 Async Connector has been born. 2014-07-22 13:26:50 +02:00
Przemek Grondek
72edd5f40a Better connection + some cleanup in RealDatabaseConnector 2014-07-22 12:32:15 +02:00
Przemek Grondek
ddcb71b475 Better error message 2014-07-22 11:45:14 +02:00
Przemek Grondek
e4ecba5254 Preparation for Entries pages
- Actionbar implementation
- Entries pages implementation
- New icons for pages
2014-07-21 15:29:15 +02:00
Przemek Grondek
7e5a2ad568 Fix typo 2014-07-21 14:42:53 +02:00
Przemek Grondek
c9d7d32223 Empty handling
Implement handling:
- No entries in table
- No tables in database
- No databases available
2014-07-21 14:40:46 +02:00
Przemek Grondek
d2ef2a958c Settings handling 2014-07-21 12:36:43 +02:00
Przemek Grondek
0d67614456 Privating variables 2014-07-21 12:28:52 +02:00
Przemek Grondek
5a7aa1797c Entries limit from preferences 2014-07-21 12:25:54 +02:00
Przemek Grondek
56cd6f109b Fixed NumberPickerDialog 2014-07-21 12:09:54 +02:00
Przemek Grondek
eee7cacd71 Number Picker! 2014-07-18 15:37:11 +02:00
Przemek Grondek
dee9159a50 Create settings in application 2014-07-18 15:35:44 +02:00
Przemek Grondek
4b61eb675a Cleaning and added todo's 2014-07-18 12:28:59 +02:00
Przemek Grondek
cee9520595 Changed action select to getrows which fits more. 2014-07-17 15:12:10 +02:00
Przemek Grondek
383d2d2a5a Moved from fake DB connector to real one 2014-07-17 15:08:12 +02:00
Przemek Grondek
c518647809 Changed method getRows arguments 2014-07-17 15:07:31 +02:00
Przemek Grondek
136f13b46a implemented getRows 2014-07-17 15:07:01 +02:00
Przemek Grondek
b851d9a327 Fix typo 2014-07-17 12:47:17 +02:00
Przemek Grondek
d1cf4d4351 Implemented getFieldList 2014-07-17 12:46:59 +02:00
Przemek Grondek
0bb8884365 Implemented getDatabaseList & getTableList 2014-07-17 12:04:07 +02:00
Przemek Grondek
d12e3d051c Check login implementation 2014-07-17 11:03:44 +02:00
Przemek Grondek
52bd2c3fdf Missing drawable for xhdpi and xxhdpi 2014-07-16 13:48:23 +02:00
Przemek Grondek
4fd468e11a Remove DatabaseAdapter
Apparently I don't use this class, and probably never will.
2014-07-16 13:40:40 +02:00
Przemek Grondek
93d1204154 Table Headers workaround 2014-07-16 13:38:43 +02:00
Przemek Grondek
25372d143b Cleaning unused imports 2014-07-16 13:38:17 +02:00
Przemek Grondek
f43b68d40c Cleaning unsued element 2014-07-16 13:33:28 +02:00
Przemek Grondek
36d6290102 Not testing this right now
This was tested before, now I need quick access to another screens so this is quicker than entering login.
2014-07-15 15:46:26 +02:00
Przemek Grondek
836cfe964a Some moar fun with Table 2014-07-15 15:45:16 +02:00
Przemek Grondek
fb550c183e Little fun with TableLayout.... 2014-07-15 14:10:39 +02:00
Przemek Grondek
f117941a2a getRows should return List of List of String
Two dimmension list instead of List of String (1 dimension)
2014-07-15 10:09:51 +02:00
Przemek Grondek
492b5668f7 Welcome EntriesActivity 2014-07-15 09:19:05 +02:00
Przemek Grondek
b9176a3881 Tables Fragment impementation 2014-07-14 15:18:03 +02:00
Przemek Grondek
a3c1f87f15 Set database in connector 2014-07-14 15:12:05 +02:00
Przemek Grondek
eed1c158b8 Set title in TableActivity
Set database name as title
2014-07-14 15:01:40 +02:00
Przemek Grondek
73e31bb707 Welcome TableActivity
New TableActivity + TableFragment
Also passing database name from DatabaseActivity to TableActivity
2014-07-14 14:15:30 +02:00
Przemek Grondek
3ba615b212 Fix comparation 2014-07-14 13:47:41 +02:00
Przemek Grondek
60df46d48c Sprawdzanie loginu i hasła w Login Activity 2014-07-14 13:43:54 +02:00
Przemek Grondek
a1ae369973 Lista db
Jakieś statyczne dane + Standarodwy Array Adapter
2014-07-14 11:09:23 +02:00
Przemek Grondek
973092f7be Rollback from Material Design to Holo
I don't need experimental UI.
2014-07-14 10:37:53 +02:00
Przemek Grondek
06118865df Database Layout fixup 2014-07-14 10:31:41 +02:00
Przemek Grondek
a133c6c6f2 First commit 2014-07-09 07:59:52 +02:00