Commit Graph

43 Commits

Author SHA1 Message Date
Alexey Chechetkin
dc332af6fc Added some localization 2015-07-26 18:01:04 +03:00
Alexey Chechetkin
7c2c9a2cda Added tracker list controller 2015-07-26 17:55:11 +03:00
Alexey Chechetkin
6c91b48caa Before change local 2015-07-20 16:11:37 +03:00
Alexey Chechetkin
8a86597122 FSDirectory, FSItem, FileListController, ChooseServerToAddController, AppDelegate were changed to support new feature of downloading separate files when user wants to add torrent 2015-07-20 15:05:14 +03:00
Alexey Chechetkin
e2ce29d745 Localization errors fix 2015-07-20 12:49:59 +03:00
Alexey Chechetkin
59ebad4c76 Added raw russian localization. Fixed some ui issues 2015-07-16 00:32:12 +03:00
Alexey Chechetkin
1fa6c6f5ab added first raw russian localization 2015-07-15 23:59:27 +03:00
Alexey Chechetkin
44bb448574 Commit before localization 2015-07-15 20:37:49 +03:00
Alexey Chechetkin
36f5742abe TorrentListController - some code refactored 2015-07-14 22:25:41 +03:00
Alexey Chechetkin
afd4f4e6ea Fixed some issue when torrent has just been stopped. Added some delay before updating data. (There is some lag) 2015-07-14 21:24:16 +03:00
Alexey Chechetkin
b605539c0c Yah, now TorrentListController make update with animation of rows and sections 2015-07-14 20:29:14 +03:00
Alexey Chechetkin
6e73b20d25 Redesigned StatusCategory code to include subcategories 2015-07-13 11:33:15 +03:00
Alexey Chechetkin
a735c9db04 Added switch control to RPCServerConfig to show/hide server free space. StatusListController has been modified to reflect this changes. 2015-07-13 00:18:46 +03:00
Alexey Chechetkin
17a8535580 Redesigned code of StatusListController - the first approach to make rows animatable for add/remove 2015-07-12 23:35:29 +03:00
Alexey Chechetkin
2b0af5d619 Added caching to TRInfos 2015-07-12 17:52:29 +03:00
Alexey Chechetkin
09c45035b9 Fixed some visual appearance in FileListController, now - folder/file names are extended to full width of cell if it is 100% downloaded, and left indentation is fixed also to give more space when checkbox isn't needed.
FileListCell now have reference to 3 new layout constraints, old code with get/set array of constraints was removed.
2015-07-12 16:42:27 +03:00
Alexey Chechetkin
41ae8acaa8 ServerList - fixed width of label when editing style is selected 2015-07-12 15:39:49 +03:00
Alexey Chechetkin
2289dde517 ServerListController : added insert/delete - row/section animation 2015-07-12 14:42:46 +03:00
Alexey Chechetkin
d0401366b8 Again, fixed some bugs with limit rates. Added new status category "Error" to StatusListController. This practice showed, that considering code requires refactoring with a separate model. 2015-07-11 19:32:05 +03:00
Alexey Chechetkin
66a164e861 Removed bulk code about speed limit tables, instead was introduced new class RateLimitTable, and all code was refactored according to it. Fixed bug about icon, made some refactoring in HeaderView class 2015-07-10 20:02:27 +03:00
Alexey Chechetkin
4c6eac947e Tested and added error torrent handling (icon, trinfo, torrent list) 2015-07-10 15:28:56 +03:00
Alexey Chechetkin
6556e9c1a0 Fixed limit icons, limits tables and tested background fetching. Fixed some background fetching bugs 2015-07-10 13:42:49 +03:00
Alexey Chechetkin
37d658acc6 first try to realize a background fetch for selected server 2015-07-09 23:59:11 +03:00
Alexey Chechetkin
f389b01696 Added notifying info when torrent has finished to download 2015-07-09 19:13:25 +03:00
Alexey Chechetkin
3d702ca478 Added icons for custom doc files, added launch screens for all devices (iOS 7.0) 2015-07-08 17:13:28 +03:00
Alexey Chechetkin
3c90112c6a Added icon 2015-07-08 16:38:43 +03:00
Alexey Chechetkin
e3165f599c Feature added: magnet link handler 2015-07-07 19:13:28 +03:00
Alexey Chechetkin
33653d532a Refactored RPCConfigController, added SessionConfigController, removed some bugx 2015-07-06 11:38:31 +03:00
Alexey Chechetkin
c8cda97b1b now files and priorities can be managed, added "Active" filter 2015-07-01 16:45:26 +03:00
Alexey Chechetkin
b9cc8b9def Added file list controller, it is still raw and does not let to change priorities and downloading separate files 2015-07-01 00:56:36 +03:00
Alexey Chechetkin
f4531262bb Added Peer List Controller, several bug fixed 2015-06-30 22:52:01 +03:00
Alexey Chechetkin
23280b38e5 Implemented adding/removing/checking/reannouncing and choosing server to add torrent functionality. Added torrent file handling 2015-06-29 22:05:46 +03:00
Alexey Chechetkin
8e143276a4 Added torrent info controller 2015-06-29 17:25:05 +03:00
Alexey Chechetkin
2f0e60caab Added support for popover feature in UISplitViewController 2015-06-26 23:38:51 +03:00
Alexey Chechetkin
62ce128290 Added TorrentListController - added splitviewcontroller on iPad 2015-06-26 23:06:20 +03:00
Alexey Chechetkin
84c2ac7c36 Added RPCConnector class with implementation of basic methods 2015-06-26 21:12:01 +03:00
Alexey Chechetkin
9a55276116 Added draft TorrentStatusController - just a empty template 2015-06-25 22:52:14 +03:00
Alexey Chechetkin
459b6c9a11 Fully implemented ListSeverController with ability to add/delete/edit items, adding and saving data at starting applicaton 2015-06-25 21:50:56 +03:00
Alexey Chechetkin
55b4fa0b17 Added RPCServerConfigDB singleton, for reading/writing array of RPCServerConfig classes 2015-06-24 22:37:53 +03:00
Alexey Chechetkin
cb42dd6170 Implemented error handling in RPCServerConfigController, added navigation bar buttons (save and cancel) 2015-06-24 21:41:17 +03:00
Alexey Chechetkin
f15436ca1f RPCServerConfigController - added properties for all controls, implemented save and load values from RPCServerConfig class 2015-06-24 12:05:12 +03:00
Alexey Chechetkin
61aef7446e Created RPCServerConfig class with NSCoding implementation 2015-06-23 18:55:49 +03:00
Alexey Chechetkin
21bd201242 Initial Commit 2015-06-23 17:34:14 +03:00