You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(53) |
Jun
(84) |
Jul
(67) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(27) |
Feb
(65) |
Mar
(95) |
Apr
(23) |
May
(6) |
Jun
(31) |
Jul
(25) |
Aug
(1) |
Sep
|
Oct
(32) |
Nov
(45) |
Dec
(4) |
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
(6) |
May
(47) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(47) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(22) |
Jun
(266) |
Jul
(154) |
Aug
(248) |
Sep
(57) |
Oct
(2) |
Nov
|
Dec
(3) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(60) |
Jul
(37) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <nde...@us...> - 2020-07-14 22:05:45
|
Revision: 4021 http://sourceforge.net/p/karatasi/code/4021 Author: ndegendogo Date: 2020-07-14 22:05:42 +0000 (Tue, 14 Jul 2020) Log Message: ----------- Fix a layout warning (table cell content view has height = 0). Modified Paths: -------------- karatasi-iphone/trunk/karatasi/View/DescriptionCell.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-11 22:15:18
|
Revision: 4020 http://sourceforge.net/p/karatasi/code/4020 Author: ndegendogo Date: 2020-07-11 22:15:17 +0000 (Sat, 11 Jul 2020) Log Message: ----------- Fix layout conflicts in card edit and data wizard. This resolves #642 (Card Edit: Conflict on Layout constraint for multi-line fields). Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/CardEditViewController.m karatasi-iphone/trunk/karatasi/Controller/DataWizardViewController.m karatasi-iphone/trunk/karatasi/View/DataFieldCell.h karatasi-iphone/trunk/karatasi/View/DataFieldCell.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-11 16:55:54
|
Revision: 4019 http://sourceforge.net/p/karatasi/code/4019 Author: ndegendogo Date: 2020-07-11 16:55:51 +0000 (Sat, 11 Jul 2020) Log Message: ----------- In modal views, use toolbar from enclosing navigation view controller. This resolves also #640 (Toolbar should get different color than the table views) - except for the Help view controller, which is not yet enclosed. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/CardEditViewController.h karatasi-iphone/trunk/karatasi/Controller/CardEditViewController.m karatasi-iphone/trunk/karatasi/Controller/DBSyncListViewController.h karatasi-iphone/trunk/karatasi/Controller/DBSyncListViewController.m karatasi-iphone/trunk/karatasi/View/ViewUtils.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-11 13:49:42
|
Revision: 4018 http://sourceforge.net/p/karatasi/code/4018 Author: ndegendogo Date: 2020-07-11 13:49:41 +0000 (Sat, 11 Jul 2020) Log Message: ----------- Cleanup height of table cells Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/CardTableViewController.m karatasi-iphone/trunk/karatasi/Controller/CatTableViewController.m karatasi-iphone/trunk/karatasi/Controller/DBListViewController.m karatasi-iphone/trunk/karatasi/Controller/DBSyncListViewController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-11 09:35:59
|
Revision: 4017 http://sourceforge.net/p/karatasi/code/4017 Author: ndegendogo Date: 2020-07-11 09:35:57 +0000 (Sat, 11 Jul 2020) Log Message: ----------- Bugfix: presentWithNavi shall also support to present view controllers that don't support state restoration. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/BasePresentingViewController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-11 09:31:04
|
Revision: 4016 http://sourceforge.net/p/karatasi/code/4016 Author: ndegendogo Date: 2020-07-11 09:31:00 +0000 (Sat, 11 Jul 2020) Log Message: ----------- Derive all view controllers on navigation stack from BasePresenting view controllers. This prepares them to present the help view. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/BasePresentingViewController.h karatasi-iphone/trunk/karatasi/Controller/CardTableViewController.h karatasi-iphone/trunk/karatasi/Controller/CatEditViewController.h karatasi-iphone/trunk/karatasi/Controller/DBEditViewController.h karatasi-iphone/trunk/karatasi/Controller/SearchTableViewController.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-11 09:20:40
|
Revision: 4015 http://sourceforge.net/p/karatasi/code/4015 Author: ndegendogo Date: 2020-07-11 09:20:38 +0000 (Sat, 11 Jul 2020) Log Message: ----------- Cleanup: remove unused property and method (initWithToolbar, showsToolbar). Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/BaseModalViewController.h karatasi-iphone/trunk/karatasi/Controller/BaseModalViewController.m karatasi-iphone/trunk/karatasi/Controller/CardEditViewController.m karatasi-iphone/trunk/karatasi/Controller/DBSyncListViewController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-11 09:10:48
|
Revision: 4014 http://sourceforge.net/p/karatasi/code/4014 Author: ndegendogo Date: 2020-07-11 09:10:47 +0000 (Sat, 11 Jul 2020) Log Message: ----------- Cleanup: switching for OUR_PERSISTENCE Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-10 22:53:00
|
Revision: 4013 http://sourceforge.net/p/karatasi/code/4013 Author: ndegendogo Date: 2020-07-10 22:52:59 +0000 (Fri, 10 Jul 2020) Log Message: ----------- In landscape mode show Help view controller. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-10 22:34:11
|
Revision: 4012 http://sourceforge.net/p/karatasi/code/4012 Author: ndegendogo Date: 2020-07-10 22:34:09 +0000 (Fri, 10 Jul 2020) Log Message: ----------- Improve method name Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.h karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.m karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-10 21:05:58
|
Revision: 4011 http://sourceforge.net/p/karatasi/code/4011 Author: ndegendogo Date: 2020-07-10 21:05:55 +0000 (Fri, 10 Jul 2020) Log Message: ----------- New #define to switch between the UI restoration and our own legacy persistence system Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-10 19:12:12
|
Revision: 4010 http://sourceforge.net/p/karatasi/code/4010 Author: ndegendogo Date: 2020-07-10 19:12:10 +0000 (Fri, 10 Jul 2020) Log Message: ----------- Fixed #641 (Autorotate is broken) Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-10 18:46:39
|
Revision: 4009 http://sourceforge.net/p/karatasi/code/4009 Author: ndegendogo Date: 2020-07-10 18:46:37 +0000 (Fri, 10 Jul 2020) Log Message: ----------- Add logging for view controllers - in the hope that it helps to track down the root cause of an error message related to an unbalanced animation. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/BaseModalViewController.m karatasi-iphone/trunk/karatasi/Controller/BasePresentingViewController.m karatasi-iphone/trunk/karatasi/Controller/DBListViewController.m karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.m karatasi-iphone/trunk/karatasi/Controller/DataWizardViewController.m karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-10 18:45:32
|
Revision: 4008 http://sourceforge.net/p/karatasi/code/4008 Author: ndegendogo Date: 2020-07-10 18:45:31 +0000 (Fri, 10 Jul 2020) Log Message: ----------- Configure an application-specific name for the WKWebView user agent. This follows recommendations found in the internet. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/View/ViewUtils.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-08 21:35:58
|
Revision: 4007 http://sourceforge.net/p/karatasi/code/4007 Author: ndegendogo Date: 2020-07-08 21:35:57 +0000 (Wed, 08 Jul 2020) Log Message: ----------- Cleanup, remove deactivated code. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/StartupViewController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-08 21:22:29
|
Revision: 4006 http://sourceforge.net/p/karatasi/code/4006 Author: ndegendogo Date: 2020-07-08 21:22:28 +0000 (Wed, 08 Jul 2020) Log Message: ----------- Startup view controller need not support UI state restoration. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/StartupViewController.h karatasi-iphone/trunk/karatasi/Controller/StartupViewController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-08 21:18:35
|
Revision: 4005 http://sourceforge.net/p/karatasi/code/4005 Author: ndegendogo Date: 2020-07-08 21:18:33 +0000 (Wed, 08 Jul 2020) Log Message: ----------- Show startup view controller also on top of modal view. Animations to be improved - maybe cross dissolve? See also Controller Serialisation. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.h karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.m karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-08 20:06:31
|
Revision: 4004 http://sourceforge.net/p/karatasi/code/4004 Author: ndegendogo Date: 2020-07-08 20:06:28 +0000 (Wed, 08 Jul 2020) Log Message: ----------- Present startup view controller modally. This works fine over the DBListView controller, but is in conflict with modal views. Error message: Warning: Attempt to present <UINavigationController> on <DBNavigationController> which is already presenting <StartupViewController> Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/StartupViewController.m karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-07 21:38:32
|
Revision: 4003 http://sourceforge.net/p/karatasi/code/4003 Author: ndegendogo Date: 2020-07-07 21:38:30 +0000 (Tue, 07 Jul 2020) Log Message: ----------- Cleanup: Remove RotViewController Modified Paths: -------------- karatasi-iphone/trunk/karatasi.xcodeproj/project.pbxproj Removed Paths: ------------- karatasi-iphone/trunk/karatasi/Controller/RootViewController.h karatasi-iphone/trunk/karatasi/Controller/RootViewController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-07 21:35:18
|
Revision: 4002 http://sourceforge.net/p/karatasi/code/4002 Author: ndegendogo Date: 2020-07-07 21:35:17 +0000 (Tue, 07 Jul 2020) Log Message: ----------- Preservation and Restoration (ongoing): Use DBListViewController as root. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.m karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-06 23:13:01
|
Revision: 4001 http://sourceforge.net/p/karatasi/code/4001 Author: ndegendogo Date: 2020-07-06 23:12:58 +0000 (Mon, 06 Jul 2020) Log Message: ----------- Preservation and Restoration (ongoing): Cleanup About view controller, remove remnants of our proprietary UI state restoration. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/AboutViewController.h karatasi-iphone/trunk/karatasi/Controller/AboutViewController.m karatasi-iphone/trunk/karatasi/Controller/DBListViewController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-06 22:51:20
|
Revision: 4000 http://sourceforge.net/p/karatasi/code/4000 Author: ndegendogo Date: 2020-07-06 22:51:17 +0000 (Mon, 06 Jul 2020) Log Message: ----------- Preservation and Restoration (ongoing): Modal views are restored. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/BasePresentingViewController.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-05 08:21:46
|
Revision: 3999 http://sourceforge.net/p/karatasi/code/3999 Author: ndegendogo Date: 2020-07-05 08:21:44 +0000 (Sun, 05 Jul 2020) Log Message: ----------- Preservation and Restoration (ongoing): DBListViewController is restored. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/DBListViewController.h karatasi-iphone/trunk/karatasi/Controller/DBListViewController.m karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.m karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-05 07:39:14
|
Revision: 3998 http://sourceforge.net/p/karatasi/code/3998 Author: ndegendogo Date: 2020-07-05 07:39:12 +0000 (Sun, 05 Jul 2020) Log Message: ----------- Preservation and Restoration (ongoing): Create the dblist view controller early. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/DBNavigationController.m karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nde...@us...> - 2020-07-05 07:19:42
|
Revision: 3997 http://sourceforge.net/p/karatasi/code/3997 Author: ndegendogo Date: 2020-07-05 07:19:40 +0000 (Sun, 05 Jul 2020) Log Message: ----------- Hide and show the toolbar according to the wishes of the topmost view controller. Modified Paths: -------------- karatasi-iphone/trunk/karatasi/Controller/karatasiAppDelegate.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |